Tel me what was the automation testing process you followed?
Answer Posted / krishna chand
U can that v r following the Keyword Driven Processing.
For this we need 4 files.
1.One Library file(.vbs extension)
2.One Object Repository file (.tsr Extension)
3.One Recovery Scenario file (.qrs Extension)
4.One Excel file (.xls Exrtension)
Combining all together is called Keyword Driven
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
Can we run multiple QTP scripts one after the other without manual intervention? How?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
How will you check that your test cases covered all the requirements?
Please guide me release notes of Automation once scripts are completed
What is synchronization? What are the ways you can synchronize?
Both static and dynamic arrays are handled by the vb script. Is it true?
What is an expert view and keyword view?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
How to customize qtp?
Explain advantages and disadvantages kdf?
How to break the object spy ?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
HOw to add the recovery file at runtime to the test file .