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 test you perform mostly? Regression or retesting in your testing process?
Explain measuring transaction.
What are the different types of recording modes in qtp? Which will be used when?
what type of automation is follwed in the project?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
What are the different properties of an web object
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What are the different types of functions available in qtp and explain ?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How you can find length of array in qtp?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
Explain about datafile/verification of date file when file is not available in local system?