3. How to handle the exceptions using recovery secnario
manager in Qtp?
Answer Posted / sridhar
You can instruct QTP to recover unexpected events or errors
that occured in your testing environment during test run.
Recovery scenario manager provides a wizard that guides you
through the defining recovery scenario. Recovery scenario
has three steps
1. Triggered Events
2. Recovery steps
3. Post Recovery Test-Run
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
To which environments does quicktest professional supports?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
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 disadvantages of recording test cases in qtp?
How to associate function library at a run time?
What is RTM (require ment tracebulity marix) fromate?
How to use transactions in qtp?
describe some problems that u had with automating testing tool?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
What is action?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln