how can i impliment error handling in QTP?
Answer Posted / supraja
By using Recovery scenario manager we can handle Errors
and using script also we can hadle errors and popups and
using ON ERROR RESUME NEXT we can just skip the errors we
can Recover the erros.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the basic concept of quicktest professional?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Sql questions to find second max salary and how to use joins
How to test background color and dynamic images during run time can you put the check point for moving objects?
How to associate shared object repository to test in qtp?
tell me QTP standards ?plz
Is qtp supports uni-code?
What are the types of object repository in qtp?
What is output value? How many types of output values are there in qtp?
What are the different recording modes and how do they work?
what r the main attributes of test automation?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
In qtp, how you can use xpath to identify objects?
How can you give wait up to 10 seconds in qtp?