Can u call winRunner scripts from QTP?

Answers were Sorted based on User's Feedback



Can u call winRunner scripts from QTP?..

Answer / maha lakshmi

yes,we can call the winrunner from QTP

In QTP 8.2 version
there is a menu bar
insert - call to winrunner-test
it will be open the winrunner script.

Is This Answer Correct ?    3 Yes 0 No

Can u call winRunner scripts from QTP?..

Answer / vasavi juvvadi

Yes We can Call the Win Runner scripts from QTP using
follwing function:
TSLTest.RunTestEx from the Expert view or Call to Win
Runner test Dialog box

Is This Answer Correct ?    2 Yes 1 No

Can u call winRunner scripts from QTP?..

Answer / venkatraj.b

ya we can call,

TSLTEST.RUNTEST TESTPATH TESTSET(parameters)

Is This Answer Correct ?    2 Yes 1 No

Can u call winRunner scripts from QTP?..

Answer / deeps

V can call TSL test in Winrunner from QTP by using RunTest
method.This is supported to Winrunner 7.01 version or later.
But its recomended to use newer RunTestEx method when using
Winrunner 7.6 or later.

here is the syntax for both RunTest and RunTestEx methods:

TSLTest.RunTest testpath,testset [,parameters]

testpath--->path of winrunner test
testset--->the testset in Qualitycenter where the testruns
are executed.This parameter can be ignored if teststes r
not stored in QC.

Parameters---->optional

TSLTest.RunTestEx testpath,runminimized,close app
[parameters]

testpath---path of winrunnertest (string)
runminimized-->indicates whether to open or minimize the
winrunner during test run (boolean)
closeapp-->indiactes whether to close winrunner when test
run ends.(boolean)

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More QTP Interview Questions

what is actually contain test report? can anybody post the test report

0 Answers   Synechron,


How to capture text from image to word

2 Answers  


Write a script to delete the a specific row (say 3rd) in a webtable.

0 Answers  


Tell me few important difference Between QTP and WinRunner?

3 Answers   Syntel,


CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?

3 Answers   Polaris,


Explain more about the Test Fusion Report of QTP?

0 Answers  


Does QTP support Linux Red Hat? Does QTP support Flash?

4 Answers  


What is the difference between browser sync and page sync in QTP?

2 Answers  


Does the Existing reusable action can be modified at the time of calling the action?? Please help me..

2 Answers  


Explain about the Test Fusion Report of QTP?

1 Answers  


How can we do this one ? at runtime qtpwindow and browser aren't disply on monitor (or) aren't visible on desktop?how?

1 Answers  


how do u create new test sets in TD

1 Answers  


Categories