Waht is diff between SystemUtil.Run and invokeapplication

Answer Posted / firoz basha shaik

Invoke is used to exeecute an .exe file but by using
systemutil.run we can open both .exe file as well as
browser fles.

invokeapplication "c:\IE\Iexplore.exe"

SystemUtil.Run "c:\IE\Iexplore.exe", "www.yahoo.com"

I think i am right. Please correct If I am wrong.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is qtpro? What is quick test pro? What is a quick test professional?

769


i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)

1741


What is throw Object?

1736


What are the challenges you faced during you entire life automation ?

1170


please post the interview questions for QA position in FACTSET

4135






hi nani my doubt is how does qtp process metrix related to software process.

1721


Tell me about qtp?

682


How to capture all the data of a webtable, weblist and combolist using QTP?

3018


describe some problems that u had with automating testing tool?

1553


What is the default add-ins in qtp?

715


How many ways we can parameterize data in quicktest professional?

730


How to release all resources file from the QTP?

1215


Suppose I want fail that check point? How can you do that?

810


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

1761


Mention the test steps of qtp.

708