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 |
what is actually contain test report? can anybody post the test report
How to capture text from image to word
Write a script to delete the a specific row (say 3rd) in a webtable.
Tell me few important difference Between QTP and WinRunner?
CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?
Explain more about the Test Fusion Report of QTP?
Does QTP support Linux Red Hat? Does QTP support Flash?
What is the difference between browser sync and page sync in QTP?
Does the Existing reusable action can be modified at the time of calling the action?? Please help me..
Explain about the Test Fusion Report of QTP?
How can we do this one ? at runtime qtpwindow and browser aren't disply on monitor (or) aren't visible on desktop?how?
how do u create new test sets in TD