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 |
Hi, Is there any function or vbscript in QTP to clear the cookies,sessions. Please help me in this.
How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting
What is the Obect Repository type, we use in Automated Testing..in Real time.. Pls anybody can give the answer.. Thanks in advance...
How does quicktest professional (qtp) identifies the object in the application?
what is defenetion of kiran can u tell me plz CVS, SVN
any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt
Can abody explain me Send keys concept
What is the extension of script and object repository files in QTP?
What are the steps involved in the recovery scenario wizard?
Where you get the run time data table?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
what is the use of Text output value in Qtp?