How to handle recovery scenario for a application
crash.write script for this.
Answer Posted / jay prakash
QTP's Recovery Scenario Manager supports Handle for
Application Crash.
You can handle the application crash from "Recovery
Scenario Manager" by calling your own function call or go
with any of the given operation types like Keyboard and
Mouse Operation, Restart Windows, Close App Process.
To invoke Recovery Scenario Manager go to Resources ->
Recovery Scenario Manager.
Please let me know if it satisfies your query.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How did you resolve conflicts present in Object Repository?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
How many scripts did you have?
How to attach a file to TD?
How qtp identifies objects?
In qtp, explain what is keyword driven automation framework?
how to post xml data from QTP scripts to any application?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
How to test login module with different username and password by using data driven testing in QTP?
What Folder Structure following in Keyword Driven Frame work?
What are the automation metrice in your project?
when a test case is written how u test using qtp
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")