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

If you are testing a web application then what will you test in that application?

0 Answers   Infosys,


How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing

2 Answers  


Explain the concept of how quicktest professional (qtp) identifies object?

0 Answers  


Hybrid framework supports Descriptive programming. Is it true?

0 Answers  


Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5

9 Answers  






How will u test content of an web application with out using chechpoints in QTP 9.2?

3 Answers   CTS,


Where the text version of script file located in file system?

1 Answers  


When it be decided to go for either Per - Action or Shared?

2 Answers  


if you run one test script in internetexplorer the same test you run in mozilla ffirefox is it possible or not how is it.

1 Answers   Satyam,


what is the difference between function and subroutine ....here every one knows theoretically...here my QUESTION IS WHAT IS THE MEANING OF FUNCTION CAN RETURN A VALUE AND SUB CAN NOT RETURN A VALUE .....WHAT DOE'S IT MEAN FUNCTION CAN RETURN A VALUE HOW FUNCTION CAN AND SUB CAN'T ....GIVE A EXAMPLE FOR BOTH ....HOW IT CAN AND CAN NOT...HELP ANDY ONE....

1 Answers   HCL,


Can any one please explain hwo to test client/server application using QTP?

3 Answers   Patni, Value Labs,


How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?

0 Answers  


Categories