what is the difference between invoke application and
system.util.run
Answer Posted / ravindra
Both are doing smae job the mazer diffarense is
Invokeapplication is used for Excutable files only.
Systemutil.run is used for any files.
If any mistakes let me know.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the process of synchronizing qtp and aut?
what kind of frame work you used in your last project?
What is the quicktest professional testing process?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
Why qtp always start action1 and does not start action?
What is action? How many types of actions are there in qtp?
What is qtpro? What is quick test pro? What is a quick test professional?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How can you give wait up to 10 seconds in qtp?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
How does qtp identify objects in the application?
Hi,All How to create a link in excel sheet using qtp
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.