How to execute a WinRunner Script in QTP?
Answer / ramyab.mca@gmail.com
Hai....
TSLTest.RunTest TestPath, TestSet [, Parameters ] --> Used
in QTP 6.0 used for backward compatibility
Parameters: The test set within Quality Center , in which
test runs are stored. Note that this argument is relevant
only when working with a test in a Quality Center project.
When the test is not saved in Quality Center , this
parameter is ignored.
e.g : TSLTest.RunTest "D:\test1", ""
(b) TSLTest.RunTestEx TestPath, RunMinimized, CloseApp [,
Parameters ]
TSLTest.RunTestEx "C:\WinRunner\Tests\basic_flight", TRUE,
FALSE, "MyValue"
CloseApp : Indicates whether to close the WinRunner
application when the WinRunner test run ends.
Parameters : Up to 15 WinRunner function argument
K,Byeeee.....
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
How can we disable popup blocker?
what is the purpose of .vbs file?
How you can make an action as re-usable action?
What does it mean when a check point is in red color? what do u do?
what is diff b/w function and action?
How to capture checkbox properties when properties of the object keep changing on relogin to the application.
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
Key word driven framework
what is regular expression how will you implement it?
How to make Non reusable actions into reusable action? is that feature available in QTP
How to carry out bit map check points in QTP