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 |
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
wt is playback facilityin qtp?
i have string "I LIKE INDIA"..how to i get LIKE from the sting..
what are the different kinds of frameworks in automation?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
what is difference between wait and synchronization point.
How is GC reddy online program Will i get placed How are the placements.
Can you write a script for to insert array elements in an excel A to Z columns only. if the number oe elements in the array is greater than the number of columns (A to Z), come to next row and proceed furthur. eah cell should contain only one array value.
How can we record an edit box in the Web application ?
I want to export the datasheet to excel.Instead of total file it exports only data without headers.How to solve this problem?
Which object repository we use in real time and can we merge 2 object repostiory and how?
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)