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
2992Post New ADITI QTP Interview Questions
We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?
Simplify (785^3-235^3)/(785^2+785*235+235^2)
How do you debug a Fast Formula?
Differentiate Reducer and Combiner in Hadoop MapReduce?
What it means to be triggered?
What is footer in css?
what is Test management fundamental?
Describe immunoglobulin (ig) a.
If you have to store one lakh objects, what will be a better option- a hash map or an array list?
What is a difference between pacing and think time?
What is the purpose of windows server?
Please explain what is a pending intent?
What is meant by balancing?
What are the different types of lock modes in sql server 2000?
What is shadow dom? How is it helping angular 2 to perform better?