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 associate shared object repository to test in qtp?
How many scripts did you have?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
How do you test DLL files using automation Tool QTP?
Where can I find and view run-time data table?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
How many tabs are available to view your test in a test pane and what are they?
Discuss quicktest professional (qtp) environment?
Can we record an application running on a remote machine using qtp?
Explain the difference between check point and output value?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What are the challenges you faced during you entire life automation ?
Explain different checkpoints in qtp.
Can we use index on view?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue