Hi,I am new to QTP, please tell me how to invoke an application in QTP.Forexample:In winrunner we use syntax's like "web_url_valid, web_browser_invoke", like the same way i want in QTP.Else please let me know where can i find these syntaxs in QTP.

Answer?

Showing Answers 1 - 3 of 3 Answers

RAJIVKUMARNANDVANI

  • Feb 16th, 2006
 

U can use this way

SystemUtil.Run"application_path"

example : SystemUtil.Run"http://www.geekinterview.com/question_details/18308/reply"

SystemUtil.Run"C:\Program Files\1-Click Answers\answers.exe"

  Was this answer useful?  Yes

Deepak Kumar

  • Sep 30th, 2006
 

Use "InvokeApplication" or "CreateObject" methods for a different approach.

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