Answer Posted / 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 View All Answers
What is expert view and keyword view?
what function you write to do database testing with the help of qtp?
how many maximum number of virtual users we can create?
What are the technics follow in writing VB script?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
How smart identification works in qtp ?
HOw to add the recovery file at runtime to the test file .
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
Tell me about your project? please help me how to tell about insurance project
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
Why do we use breakpoints in QTP?
What are test settings and global settings?
What is action? How many types of actions are there in qtp?