what is recovery scenario in QTP? what is the need of the
recovery scenario in QTP? what are the advantages of the
recovery scenarios in QTP?
Answer Posted / kondalrao
output result in not failed but temparory output as (Not
success) with warning then it is known as recoveryscenario
qtp as the tools and select recovery scenario as 4 types
1.pop up window
2.object state
3.error handling
4.
for eg:flightreservation
login and password with recording close the
application(result will be passed)
script:window("login").activate
window("login").window("password").set"kondalrao"
window("login").winbutton("ok").click
in this last statement used in name after
result will be failed(please enter password)
go to tools and select recovery scenario as first pop
widow used in this application to click on next button
add keyboard and mouse operation and select the hand icon
means to select (enter the password) add the object as not
click(click the add object not the next button this not
selected)next click on finished and saved the file finally
result(not failed and not passed ) temperory execution with
warning
| Is This Answer Correct ? | 9 Yes | 11 No |
Post New Answer View All Answers
Suppose I want fail that check point? How can you do that?
How do I get the QTP scripts result in xml format by using vb script function?
What is method name to compare two XML files.
What is business process testing(bpt) in qtp?
How many add-ins comes by default with qtp?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
What is the syntax to call one action in another?
Tell me about qtp?
How do know the number of browsers opened?
How you calling actions in qtp?
Explain object spy in qtp.
What are the different recording modes and how do they work?
Explain the difference between data driven testing and parameterization ?
How to use checkpoints in qtp ?
How many add-ins comes by default with quicktest professional (qtp)?