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 |
What is checkpoints for quicktest professional (qtp)?
what is the main process in QTP?
I want to assign values in a table in my software, in first column i will give values, table is of 4x4 i.e 4 row and 4 columns, i m using VBScript in my automation work. it is a simple table for giving values.
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
Plz explain about Virtual object? What is the situation u r using , explain with example?
how to capture objects of remote deskop as it is capturing only window.
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How Does Run time data (Parameterization) is handled in QTP?
what is clean sweep?
How to retrieve the property of an object in QTP?
What is the difference between client server application and web based application?
How can we conduct U-I Testing by using QTP??????