Is there any thing that we can replace recovery scenario
manager in QTP.
Answers were Sorted based on User's Feedback
Answer / jay prakash
You can write your own function libraries and script to
handle recovery scenarios if you don't want to use recovery
scenario manager in QTP.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / uday
The use of RS comes when the execution is stopped because of
unexpected exception or error, so QTP cannot proceed further
until some action has made.
The replacement to RS is "On Error Resume Next", If you put
the statement, if an exception comes also the script will
continue.
Thanks,
Uday
http://qtpftvideos.blogspot.com/
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ashokraj
We can write script using text file and save .ini or .xml
format ant use as user defined environment variable through
load variable and values from external file.
Note-:QTP-->File-->Setting-->Environment-->User defined
| Is This Answer Correct ? | 1 Yes | 3 No |
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Can we directly automate test script according to requirements?
When to use shared and local object repository?
What type of automation frame work you are using?and why?
is there any addin for remedy user application
How you can replace string in qtp?
.mtr ( modular test repository or mercury test repository) plz give correct answer??
How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing
What issues come up in test automation, and how do you manage them?
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
if anyone has idea of the interview procedure in covansys, plz send me a mail?
GET WHETHER THE GIVE NUMBER VALID OR NOT IN BETWEEN THE GIVEN RANGE?IN VB SCRIPT(QTP)