what is the difference between invoke application and
system.util.run
Answers were Sorted based on User's Feedback
Answer / prasad
Both are used for QTP.Invokeapplication is used for
Excutable files only.But System util can be used for any
file.
This is upto my knowledge,if wrong sorry.
| Is This Answer Correct ? | 31 Yes | 2 No |
Answer / rinku shah
InvokeApplication & Systemutil.run are not used for same
purpose.
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 .......
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ravindra
Both are doing smae job the mazer diffarense is
Invokeapplication is used for Excutable files only.
Systemutil.run is used for any files.
If any mistakes let me know.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nath .t
When you specify an application to open using the Record
and Run Settings dialog box, QuickTest does not add a
SystemUtil.Run statement to your test.
The InvokeApplication method can open only executable files
and is used primarily for backward compatibility.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / praveen kumar a
Invoke Application is only used for open the windows
applications(.exe), it is not supported to oprn Web
applications.
Wehere as System.util.run is used to open windows as well
as web applications.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rayudu
It is a built-in functions offered by QTP Tool.
by using invoke application we can launch only executable
application.where as using system.util.run we can launch any
type of application.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / qtester
invoke application is used for invoking the Executable files
only(.Exe).
pls correct me if i am wrong.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / raj
we can use both in QTP.
Invoke application method is the old method. and The
InvokeApplication method can open only executable files and
is used primarily for backward compatibility.
system util.run is the new method. it will support to open
any files.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain advantages and disadvantages kdf?
How to customize checkpoints with parameters?
How to open a new test using quicktest professional?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
How to handle exception when data table is not available in local host system or path is not correct(explain statement with example)
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What is the Difference between Environment variable and Globle variable,.. anybody can give me answer..Thanks in advance...
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.
write a VBscript code to parametrize test script using test data from sqlserver database?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
How you can find the absolute value of the number in qtp?
how open two urls in one browser? plz urgent