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
2947Post New ADITI QTP Interview Questions
Hi What is a STAGING CLIENT in our Land scape? a bit of confusion in this
What is authorization in asp.net?
What is the best color for a presentation background?
Explain what is xml signature?
How to insert data into an existing table?
what are the types of LIST REPORTS in cognos8BI? and what is the mean and use of METRIC STUDIO in Cognos 8.3BI?
How to prevent closing of an undocked ToolBar?
How long does a windows 10 update take 2019?
Explain autocomplete attribute of html5?
what are the three principal components of Log4j?
What are the classes in System.Data.Common Namespace?
What is asp.net used for?
Tell me about the best time and day to send emails?
What is my windows version?
How would you define a protected member in a python class ?