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 |
What are the Features & Benefits of Quick Test Pro (QTP 8.0)?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
How many types of Recordings are there in QTP and what are they?
7 Answers Dangote, First Indian Corporation,
We have opened three browser such as Facebook,Gmail,Amazon,I want to generate the script of Login of Amazon application, but while adding the object such as edit box(user id,password) in OR is not added.Could you please resolve my issue
what is the script to select 2 or more than 2 options from a listbox.
If we are record a same web page for 2 times.1st time it is showing 6 objects in the Object Repository and for the 2nd time it is showing like 7 Objects in the Object Repository why it is happening
Explain in brief about the quicktest professional automation object model?
What is repository parameters in QTP?how will we define that????what is unmapped & mapped repository parameters????????
Did u use check points during ur work experience ?
write script for how to add function library in QTP
Using Object Repository is a advantage or disadvantage?
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!