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

write a qtp script to enter user name & password for flight reservation login page from excel sheet

1 Answers  


can any body tell me all of the release dates of QTP?????..... thanks in adv!

3 Answers  


Why you are Using Descriptive programming instead of Object Repository?

11 Answers  


Can anybody give the script of below things. 1. Add sheet 2. Adding columns 3. Set the values in that columns(In the rows) 4. Close the sheet 5. How can we create 3 sheets in one Excel sheet??

2 Answers   TCS,


what are the different Frame Works in Quick Test Proffessional testing

3 Answers   Wipro,






how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief

0 Answers   HCL,


example-date format is 01-jan-09 in QTP.How to convert this format to 01-01-09?

9 Answers   Tech Mahindra,


What is keyword view?

0 Answers  


How would you export a script from one pc to another in qtp?

0 Answers  


what are the frame work models of qtp?which frame work you follow in your company?and explain it process?

0 Answers   Covansys,


What issues come up in test automation, and how do you manage them?

0 Answers  


what are inputs for automation?

3 Answers  


Categories