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

hello...any one tell me , where can i get company email id.. actually i am searching on testing... in my CV i put 3+ exp.. but all companies are asked company email id.. please provide solution for that... thanx in advance...

9 Answers   HDFC,


wht is Driver in Integration testing. Anubody can answers it

7 Answers   CTS,


how interviews will be on QTP?

0 Answers   Fidelity,


What is action split and the purpose of using this in qtp?

0 Answers  


When can shared object repository fails?

4 Answers   L&T, TCS,






Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

0 Answers  


How do you handle XML exceptions in QTP (Here it is Exception, not the checkpoint)

2 Answers   CFC, CTS,


What are the differences between QTP 9.2 and 10? please explain e indetail......

2 Answers   Wipro,


What does mean by Scope of Automation?n How we defined it?

0 Answers   L&T,


any one can send me the concepts of qtp

0 Answers  


What are the versions of qtp,What are the differences b/n them?

1 Answers   TCS,


What is the Test Object model in QTP?

3 Answers  


Categories