what is the difference between invoke application and
system.util.run
Answer Posted / raj
we can use both in QTP.
Invoke application method is the old method. and The
InvokeApplication method can open only executable files and
is used primarily for backward compatibility.
system util.run is the new method. it will support to open
any files.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is system testing and what are the different types of tests you perform in system testing?
What is the difference between the design-time and run-time data tables?
after click on compose mail how can we attached a file in qtp with vbscript code
Do you know how to connect database? Can you tell me the procedures?
What r the different filters in defect in quality center
How many types of actions are there in quicktest professional (qtp)?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
How to build scripts that access data from external sources?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
How can I import environment from a file on disk?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What is the syntax to call one script from another?
Explain quicktest professional testing process?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.