How to find the name of the machine where you are running your automation scripts in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
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 the difference between rational rose and QTP?
With out using the task manager,how to close the application using vbscript and what is the statement?
when you press a link it displays "the page cannot be displayed" then as a tester how you will find the problem,what type of problem must be it?
in which case & which method we can use "native" property of an object ?
what is input pramater out output pramater ?i want the decrepation..?how to use in QTP?
3 Answers Infinite Computer Solutions,
I want to test advanced Java applications what kind of add- ins I have to install?
How to record & run on Japanese language application using english version of QTP ???
How can we conduct U-I Testing by using QTP??????
what is the difference btn risks & Therads in the Test plan documentation?
what are the limitations of automation testing?