Please explain me in detail! How to handle runtime errors
in QTP useing recovery senario or with out scenario
Answer Posted / sesha sai shivanaresh
There are 4 trigger events during which a recovery scenario
should be activated. They are
A pop up window appears in an opened application during the
test run.
A property of an object changes its state or value.
A step in the test does not run successfully.
An open application fails during the test run.
These triggers are considered as exceptions and more
details regarding how to use Recovery Manager is given in
the QTP User Guide. Since there is hardly any space to put
up snapshots
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is keyword view?
How you debug your script?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Give the syntax to load function at run time.
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
What is reusable action?
In qtp, explain what is keyword driven automation framework?
If you are testing a web application then what will you test in that application?
What are the automation metrice in your project?
Explain object spy in qtp.
how to idetfy which test cases are automated?who will deside that plz tell me
What is qtpro? What is a quick test professional?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Explain step generator in qtp?