How many ways we can parameterize data in QTP?
Answer Posted / narendraa
There are four types of parameters.
1.Test, action or component parameters.
2.Data Table parameters.
3.Environment variable parameters.
4.Random number parameters.
Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
How you can delete excel file in qtp?
how to write xml output check point bu useing descriptive programing .means without useing output check point
How to customize checkpoints with parameters?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
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
What is clean sweep?
what kind of frame work you used in your last project?
How will you test a stapler?
What is the extension of qtp local repository?
What is environment variable in qtp and why to use it?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
what QTP Options do you know?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
breef description of batch testing ?