How can we create the invoke command in the winrunner script?

Showing Answers 1 - 2 of 2 Answers

Babu

  • Nov 20th, 2006
 

invoke_application ("mspaint", "", "", SW_SHOW);                 # start MS paint

 

invoke_application (?Internet Explorer?,? ?, ? ?,SW_SHOW)   # start IE

  Was this answer useful?  Yes

koplu

  • Feb 27th, 2007
 

Invoke is the function in wirrunner to activate any application.
That can be written in the below format.
Invoke_application("path of the application", "","",SW_SHOW);

  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