what is the difference between invoke application and
system.util.run
Answer Posted / thirumalareddy
You can run any application from a specified location using a SystemUtil.Run statement.
"SystemUtil.Run" is especially useful if your test includes more than one application.
You can specify an application and pass any supported parameters, or you can specify a file name and the associated application starts with the specified file open.
for e.g. SystemUtil.run "iexplore.exe", "www.gmail.com"
"InvokeApplication" invokes an executable application.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to get Traceability matrix from TD?
How do you test DLL files using automation Tool QTP?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How to record application running on the Virtual machine?
QTP script is not working on other's machine..
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How to check which add-ins are associated with a test in qtp?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
How to handle dynamic objects in quicktest professional (qtp)?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
what is stepin & stepout?
What are benefits of qtp?
when a test case is written how u test using qtp
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
Plz Explain AUTOMATION REFERENCE MODEL?