Can we call a parameter from an action to other action?
Answer Posted / vengi
By using enviornment variables
if it is worng correct please
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
Does QTP record on Objects created on XWindows Environment?
How did you use regular expressions in QTP and also in WR?
What is an optional step in qtp ?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
How many types of Automation frameworks are there in UFT? Describe them.
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
Why script error occur in between recording in qtp?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
What are the features of quick test pro(qtp)?
How to add verification steps to tests?
Explain advantages and disadvantages kdf?
How to create Reusable and Multiple Actions?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
How many types of parameters are available in quicktest professional (qtp)?