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
Explain xml checkpoints.
What are the check points can be inserted without recording?
Where is the Bitmap checkpoint information stored?
What are the different types of qtp test assets and their extensions?
How to explain a banking project in interview as a test engineer???
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
Describe the differences between functions and actions in UFT?
What is the difference in the global and action sheet in qtp?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
how to know no.of mails in our g mail by using vb-script
How can get count of list box?
Explain about the test fusion report of quicktest professional (qtp)?
Explain different checkpoints in qtp.
What is the difference between run time object and test object?