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 |
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?
What are "Ordinal Identifiers" and where it is used in QTP. AS FAR AS i KNOW, its is used to identify the object. but i want clarity regarding this.
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
Give a comment on Regular Expressions using QTP?
How to load object properties to object repository through scripting.give one example
what do you call the window testdirector-testlab?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
How software tester can use constants and variables in scripts?
if there r 10 windows open in QTP write a command to close all 10 windows at a time ?
what is the frame work in J-meter?
Explain QTP Testing process ?
explain virtual object? in detailed? pls any one explain me?