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
Why qtp always start action1 and does not start action?
Object repositories types, which and when to use?
What is TOM in QTP?
How to use reporter.report event in qtp ?
How do you delete unwanted results in qtp?
images are dynamically changes how to compare two images with out using the bitmap
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
How to handle the exceptions using the recovery scenario manager in qtp?
Explain the concept of object repository and how qtp recognises objects?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
How does qtp recognize objects in aut?
In qtp, explain what is crypt object
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What are the types of properties that quick test learns while recording?