what is the difference between invoke application and
system.util.run

Answer Posted / nallapusalavijay

Infact InvokeApplication & Systemutil.run are not used for same purpose.
Both are used to launch applications:

1: InvokeApplication : Used for invoking the .Exe (Executable) Applications only.

SystemUtil.run : used for invoking the following Applications :
--> .exe
--> .txt
--> .doc
--> .xls
--> URL's (Web Appl.) also .......

2:In InvokeApplicstion we cannot able to give the URL of Application But in Systemutil.Run We can Specify the URL Of Application
Syntax: Invokeapplication
Invokeapplication"Path of Application.exe"
Syntax:SystemUtil
Systemutil.Run "IExplore.exe","WWW.Google.com"

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!

2381


why text area checkpoints cannot used for web applications

1881


How many types of status are there?

584


What is the quicktest professional (qtp) testing process?

566


hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?

2791






Suggest and Define a solution for an application whose objects are not recognized by UFT?

666


images are dynamically changes how to compare two images with out using the bitmap

2001


Can we create user defined functions in qtp?

551


What are the differences between quicktest professional and winrunner?

536


What are the technologies supported by qtp?

561


If the objects hierarchy is changing from build to build, then how you will handle that condition?

617


Explain different type of event trigger option.

537


Brief the process of testing with UFT?

629


what is Property......End Property loop? how to write sript for it in QTP

1889


what is test scheduleling?

2009