How to handle the exceptions using recovery scenario
manager In QTP?
Answer Posted / karthick kumar k.j
Their are Four trigger Events in the should be
activated.They are
1.A Pop up Window Appears in an Opened Application during
the Test Run.
2.A Property Of an Object Changes its State or Value
3.A step in the test does not run successfully.
4.An Open Application fails during the test run.
These Triggers are Considered as Exception. You can
instruct QTP to recover unexpected events or errors that
occur in your testing environment during the test run.It
Provides a wizard that guides you through defining recovery
scenario. Recovery Scenario has three steps they are
1.triggered Events
2.Recovery Steps
3.Post Recovery Test Run
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how to evalute defects in QTP script?
Tell me about qtp?
Have you used xml check point in your project?
What is Test Fusion Report in QTP?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Can we run multiple QTP scripts one after the other without manual intervention? How?
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
In qtp, how you can exit for loop?
Explain measuring transaction.
How many ways we can parameterize data in quicktest professional?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
Is QTP supports Unix. If yes, then how the test automation is done?
What is the use of text output value in quicktest professional (qtp)?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..