Can u call winRunner scripts from QTP?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / venkatraj.b
ya we can call,
TSLTEST.RUNTEST TESTPATH TESTSET(parameters)
Is This Answer Correct ? | 2 Yes | 1 No |
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 |
If you are testing a web application then what will you test in that application?
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
Explain the concept of how quicktest professional (qtp) identifies object?
Hybrid framework supports Descriptive programming. Is it true?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
How will u test content of an web application with out using chechpoints in QTP 9.2?
Where the text version of script file located in file system?
When it be decided to go for either Per - Action or Shared?
if you run one test script in internetexplorer the same test you run in mozilla ffirefox is it possible or not how is it.
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....
Can any one please explain hwo to test client/server application using QTP?
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?