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 |
How to handle Java tree in QTP?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Why you have to add the specific add in in QTP? My answer is to recognize the specific objects we have to add the add-in in QTP...but he asked again after adding addin how qtp recognize the objects successfully? what is there in the add-in ?
In QTP while testing 3 tier application, It is Java Based Application developed using Java, servelets and JDBC etc... and It is a Web based Application.. which Add-In do we need to select while testing ...Java or Web Add-In
How many ways we can parameterize data in quicktest professional (qtp)?
What is Object Spy?
7 Answers JKH, Ordain Solutions,
any body can you help me what is the script to automate an comand promt
What are the benefits of quick test pro(qtp)?
Tell some commonly used Excel VBA functions?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
What is InStr()
write a qtp script to see time in windows command prompt? its urgent....