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
How QTP support all types of applications (platforms)?
How to find a window is minimized or not
Discuss quicktest professional environment?
Hi All, I need code for how to execute qtp scripts from excell sheet
How to connect to a database?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
What is ‘object spy’ and what is the function of object spy in qtp?
Why qtp the best testing tool?
Have you used xml check point in your project?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
when a test case is written how u test using qtp
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
Through array we can execute the testcase how ? give me example
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?