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
What is the use of ordinal identifier in qtp?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Discuss quicktest professional environment?
What are the different types of recording modes in qtp? Which will be used when?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Output values? i want a practical example
What is qtpro? What is quick test pro? What is a quick test professional?
How to customize qtp?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
how to prepared for first for the first interview?
Is the qtp course will help to create a virtual object?
what the difference between shared repository and per action repository?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
What are the different properties of an web object