what is output value in QTP and how it can be used in
automation testing
No Answer is Posted For this Question
Be the First to Post Answer
What is a data driven test in qtp?
How to test menu options using qtp
How many ways we can parameterize data in quicktest professional (qtp)?
Can we install QTP on remote server and access it as a web application on other system (client place)? If so please let me know. Thanks in advance, Ravi
What is the Diff between Image check-point and Bit map Check point?
Why QTP is termed as a Record and Playback tool?
LINUX environment supports QTP or not? LINUX environment supports QC or not?
what are the mandatory properties for a tex boxc (scenario?)
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
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 are the various versions of QTP that have been released so far? Please also mention the year of release for each version
Pls anyone, tell me the script in QTP to find the number of links, and images in a webpage. Verry very urgent. I shall really be very thankful