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

How to use actions in qtp ?

0 Answers  


What is data driver in qtp? Where we use it?

0 Answers  


Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)

2 Answers   CIL,


How to use descriptive programming?

0 Answers  


There is web page with the webtable,this contains some data, how do you manipulate the data.

2 Answers   Tech Mahindra,






What is the difference between Recover Scenario(screen) and on Error Resume Next(code)

4 Answers  


how to write xml output check point bu useing descriptive programing .means without useing output check point

0 Answers  


what is advantage of descripting programming in QTP?

3 Answers   ADP,


In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

0 Answers  


How do I modify a value of an elemnt which is not the first one in xml file? My sample XML file is like: <Environment> <Variable> <Name>Name</Name> <Value>Uday Kumar</Value> </Variable> <Variable> <Name>Designation</Name> <Value>Senior Software Engineer</Value> </Variable> </Environment> for example, I'd like to change the value 'Senior Software Engineer' to 'Student' in the second element. How do I do it in QTP?

3 Answers   QualiTest,


Hi, It is HR question. What are the qualities you like and dislike in your Project Manager?

2 Answers   TCS,


hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve

1 Answers   IBM,


Categories