what are the settings to be done to make the recovery
scenario created for one test to be used bye all the other
tests. please tell me recovery scenario process in detail.
Answer / ash
1. Save your recobery scenario somewhere in your local
drive.
2. Add the scenario to your test by going to File -->
Setting --> recovery.
3. Click on the " + " button to add recoveru scenario to
your current test.
| Is This Answer Correct ? | 1 Yes | 0 No |
Waht is diff between SystemUtil.Run and invokeapplication
What is Cross browser testing? Does UFT support it?
Explain me in deatail about DATADRIVEN framework including scripts ?(realtimes plz)(Chandana)
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
In how many ways we can add check points to an application using QTP.
What is optional step in qtp? How you can add optional step in qtp?
Use of Multiple Actions in QTP?
Name the properties you would use for identifying a browser and page when using descriptive programming?
Can you import and export data from XLS and how?
Can we run test with out adding object in object repository? How it is possible?
Hi any body can tell me the synchranization point syntax thanks in advance
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?