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 recovery scenario in qtp?
How to use the object spy in quicktest professional 8.0 version?
How does you pass optional arguments in qtp?
How to use reporter.report event in qtp ?
wt is the use of multiple questions in QTP
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
In qtp, explain what is keyword driven automation framework?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
What is the default add-ins in qtp?
How to break the object spy ?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
What are the features supported by UFT?
How to check which add-ins are associated with a test in qtp?
Can launch two instances of qtp on the same machine?