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 |
Which environments are supported by hp qtp?
WHAT IS OBJECT REPROSITORY?
Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
what is advantage of descripting programming in QTP?
Hi, I Install QTP 9.2 in windows Vista. but it is not supporting IE. it is supporting only windows based application. could I change any setting in Vista for supporting IE.. ?? thanks in advance...
In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
Among all the check points what is the most important checkpoint?