Hai,Can any one explain how to call a winruner script from qtp?can we execute qtp scripts from test director.

Questions by sreelu_22

Showing Answers 1 - 3 of 3 Answers

Gopi Krishna

  • Feb 9th, 2006
 

Hi

We can call winrunner main test and compile modules using menu function

Insert->callwinrunner

or

TSLTest.RunTestEx "MainTestPath",TRUE,FALSE 

TSLTest.CallFuncEx "CompileModule path",TRUE,FALSE

asha

  • Feb 11th, 2006
 

Hi Gopal

It is given in the help fiel of QTP itselg so through it

  Was this answer useful?  Yes

deeps

  • Jan 23rd, 2007
 

Hi ,V can call winrunner scripts from QTP by using RunTest method.TslTest.RunTestEx Testpath,Runminimized,Closeapplication [parameters]Testpath----path of the fileRunminimzed-----indicates to open and keep the winrunner minimized while running the test.Closeapplication-----(boolean value)indicates to close the application when the test ends

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions