How to execute a WinRunner Script in QTP?
Answers were Sorted based on User's Feedback
Answer / nitin
Go To Insert ->Call To WinRunner ->Select your test
When We execute ->f5
the qtp will open Winrunner Tool and execute that
particular test
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / guest
insert->callto winRunner->select test or function
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / tarun agarwal
(a) 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: est1", ""
(b) TSLTest.RunTestEx TestPath, RunMinimized, CloseApp [, Parameters ]
TSLTest.RunTestEx "C:WinRunnerTestsasic_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
| Is This Answer Correct ? | 0 Yes | 0 No |
I want to open a Google page without recording a test and i do not want to use system.Util.run command as well how do i do this?
Explain advantages and disadvantages kdf?
can u write Script to do Data Driven Testing throuh Externel & internel XL Sheet
Can any one give me some basic VB script used in QTP ?As i am new in QTP.Give sample VB script used in QTP? PLZ
How to supress warnings from the "Test results page"?
What does Reporter.Reortevent2 does?
What is the Maximum syncronization timeout in seconds in QTP 9.5
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
what is framework? which frame work u follow for writting script?
what is difference betweem class annd object?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?