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
How to find the length of the string in qtp?
What is the diff between image and bitmap check point?
Can you brief the hurdles you faced during Automation testing?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How will you declare a variable in qtp?
What are the types of object repository?
Have you faced any problems with object repository?
What r the different filters in defect in quality center
Can we use index on view?
How can you give wait up to 10 seconds in qtp?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
How to export quicktest professional results to an .xls file?
Explain about the test fusion report of quicktest professional (qtp)?
QTP script is not working on other's machine..
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question