Answer Posted / shreyakadiyam
Select position in QTP > Insert Menu > call to Win
runner >Test > Browse the path of test > specify
parameters if required > say yes/No to run winrunner
minimized >Say yes/No to close winrunner after running the
test > Click ok
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What contains Data Driven Framework document in qtp?
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
Which functionalities of QTP used in banking project?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
can i compare two databases using QTP ?
Explain the types of object repository?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
distinguish between old version and new version QTP features.
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
What is QTP testing process?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
What is the use of an object spy tool in qtp?
what is ODC and GDC?