3. How to handle the exceptions using recovery secnario
manager in Qtp?
Answers were Sorted based on User's Feedback
Answer / lakshmana kaminedi , 986686787
the answer given by sridhar is right, but let me explain
breifly,
see recovery scenario manager is used to handle unexpected
events or errors that occur during test run.
so for this inorder to over this problem., we have a
recovery scenario wizard which is available in QTP tool.
where the main objective is to
1) if any event or error occurs--"how to handle them?" i
mean v can define easy steps when a pop window is displayed
in between a test run then we instruct QTP how to identify
that particular popup
2) As soon as identifying what to do next? supressing that
particular popup window is the next step. so we ill define
some steps to supress that particular pop up window.
3) and now the third level,.. ie, post recovery when an
error or a popup window is identified, and supressed
successuflly the next steps are nothing but post reovery
steps, in other words instructing QTP whether to stop the
test run or to move on to next step, or to move on to next
iteration etc,... save the recovery scenario with ".qrs"
extenstion and associate the recovery scenario to the QTP
tool (file-->Test settings-->recovery tab---> add the
recovery what ever we have saved and run the test.
any doubts regarding recovery u can raise
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
How can we import a Open Office excel file in QTP
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What are the features and benefits of Quick Test Pro(QTP)?
How to invoke QTP using Dos prompt ?
There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word driven frame work. Can any body explain the above 3 frame work models. y2k_ram2000@yahoo.com
6 Answers Fidelity, GDS, IBM, TCS, Wipro,
Can we install QTP on remote server and access it as a web application on other system (client place)? If so please let me know. Thanks in advance, Ravi
What is ‘object spy’ and what is the function of object spy in qtp?
Hi im new in Testing..can any one plz re-write this code SystemUtil.Run "C:\Program Files\Mozilla Firefox\firefox.exe","","C:\Program Files\Mozilla Firefox","open" ----using for loop(for i=0;i<=10;i++ )
What are the types of properties that quick test learns while recording?
how to get no.of non empty rows in a excel sheet through vb-script
How to write script to display a message box having the "Date" value of the fourth mail(yahoo account). I've tried it with the web table concept but the content doesn't get displayed? Please help me out to resolve this :-)
What is difference b/w AOM,DOM,COM Have u ever is used ny of the models.If so why?