How to execute a WinRunner Script in QTP?

Answers were Sorted based on User's Feedback



How to execute a WinRunner Script in QTP?..

Answer / nitin

Go To Insert ->Call To WinRunner ->Select your test

When We execute ->f5
the qtp will open Winrunner Tool and execute that
particular test

Is This Answer Correct ?    3 Yes 1 No

How to execute a WinRunner Script in QTP?..

Answer / guest

insert->callto winRunner->select test or function

Is This Answer Correct ?    2 Yes 1 No

How to execute a WinRunner Script in QTP?..

Answer / tarun agarwal

(a) TSLTest.RunTest TestPath, TestSet [, Parameters ] --> Used in QTP 6.0 used for backward compatibility

Parameters : The test set within Quality Center, in which test runs are stored. Note that this argument is relevant only when working with a test in a Quality Center project. When the test is not saved in Quality Center, this parameter is ignored.

e.g : TSLTest.RunTest "D: est1", ""


(b) TSLTest.RunTestEx TestPath, RunMinimized, CloseApp [, Parameters ]

TSLTest.RunTestEx "C:WinRunnerTestsasic_flight", TRUE, FALSE, "MyValue"

CloseApp : Indicates whether to close the WinRunner application when the WinRunner test run ends.
Parameters : Up to 15 WinRunner function argument

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly

1 Answers  


What is .Ini file in QTP?

3 Answers  


Hi all , I am new at QTP I want a sample script to check validation messages(For java script or VB script) for login page with for web based application.. Any one can Help. I have to complete it in two days I need urgent help.. Ex. if I want to check mail.yahoo.com 1 > If user doed not exist it display "Username does not exist" 2> if invalid Uname and password then it display" Invalid Uname or pass" 3> Loing Sucssessfully. I want to check this types of application by using data table to give values of username and password.. Thanks

2 Answers  


what is difference betweem class annd object?

1 Answers  


How do you delete unwanted results in qtp?

0 Answers  






what is option explicit? what is the use of it?

9 Answers   Syntel,


Gmail application is there.On that Inbox so many mails are there including naukari mails. On that mails i can select the only naukri mail checkboxes. plz tell the descriptive code for the above..

2 Answers   Impetus,


Hi i want to export the data from applicatioon to excel and later i want to import and use it for my scripts hoe can i do this?

1 Answers  


Tell me the situations where we will use Data Driven?

4 Answers   Ordain Solutions,


why do we go for Test Automation?

2 Answers  


If i entered 2 columns and 4 rows inputs in DDT Like Mango fruit, Banana Fruit, Brinjal Veget, Carrot Veget.. . My Q is How to get the 2nd column value for corresponding 1 column input in 3rd row ie, ( i need to get "veget" in messge box @ run time

5 Answers   CTS,


What are FAST and NORMAL modes in qtp ? Why r these modes intended for ?

3 Answers   IBM,


Categories