How to handle recovery scenario for a application
crash.write script for this.
Answers were Sorted based on User's Feedback
Answer / rajuvem
Thx for your answer,But i need the script to handle the
scenario of application crash.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / 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 |
How u call functions in QTP
need clear explanation of actions and functions in qtp with examples?can anyone suggest me gud site for that other than qtp manual?
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
what is the difference between link and hyperlink?
Have you worked with QC?
I have to do testing for XML file using QTP. 1. I was given a sample XML, I had to edit that with my actual data and had to make a new XML-- this part is completed, I did that. 2. Now I have to copy the exact contents of that XML file and have to paste it in a web application as a request message for web appliaction processing, using QTP. So I am unable to copy and paste it in web application, please help me out.
In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How to verify the Cursor focus of a certain field?
why we are using environment variables instead of global variables?