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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference btn risks & Therads in the Test plan documentation?

1590


How to use conditional loops in qtp ?

589


Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.

1563


give me an example where u used good judgement and logic in solving a problem

3360


What is the difference between local and shared object repository in qtp?

565






Explain how you can find the absolute value of the number in qtp?

648


How to use transactions in qtp?

564


What environment does qtp run in?

623


If the objects hierarchy is changing from build to build, then how you will handle that condition?

621


What are the features of quick test pro(qtp)?

536


In Remote acess server how u run a test?

1288


PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME

5957


Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks

1899


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2422


after initiating one project for testing, when exacltly QTP tester role starts?

1401