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
What is qtpro? What is quick test pro? What is a quick test professional?
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)
What is throw Object?
What are the challenges you faced during you entire life automation ?
please post the interview questions for QA position in FACTSET
hi nani my doubt is how does qtp process metrix related to software process.
Tell me about qtp?
How to capture all the data of a webtable, weblist and combolist using QTP?
describe some problems that u had with automating testing tool?
What is the default add-ins in qtp?
How many ways we can parameterize data in quicktest professional?
How to release all resources file from the QTP?
Suppose I want fail that check point? How can you do that?
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
Mention the test steps of qtp.