Is there any thing that we can replace recovery scenario
manager in QTP.

Answers were Sorted based on User's Feedback



Is there any thing that we can replace recovery scenario manager in QTP...

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

Is there any thing that we can replace recovery scenario manager in QTP...

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

Is there any thing that we can replace recovery scenario manager in QTP...

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

Post New Answer

More QTP Interview Questions

four browser are open same application i want to enter 3browser how?

3 Answers   IBM,


Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?

1 Answers   CTS,


Is it possible to call out to Java from QTP?

2 Answers  


Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"

1 Answers   Cap Gemini,


can i able to connect any version of qtp to any version qc

2 Answers  






How do we create and run the scripts with out using O.R. ?

5 Answers  


can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...

1 Answers   FSS,


What is API

2 Answers   Satyam,


1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent

8 Answers  


how to capture tool tip in QTP and which check point is needed

2 Answers   Syntel,


What is the pros and cons between QTP and Rational Robot

0 Answers   Virtusa,


Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.

0 Answers  


Categories