01-12-2011, 10:21 AM
Hi,
How can we call .exe file using QTP10 scripts
Thanks in advance
How can we call .exe file using QTP10 scripts
Thanks in advance
Call an .exe via QTP10 scripts
|
01-12-2011, 10:21 AM
Hi,
How can we call .exe file using QTP10 scripts Thanks in advance
01-12-2011, 10:34 AM
Hi Rashmsrit,
Try: Code: SystemUtil.Run("filePath\name.exe")
01-12-2011, 03:40 PM
(This post was last modified: 08-02-2020, 01:42 AM by UFTEnthusiast.)
In most situations, you should use a SystemUtil.Run statement to run applications or to open files in their default application. For more information on the SystemUtil.Run statement, refer to the Standard Windows section of the QuickTest Professional Object Model Reference.
The InvokeApplication statement is supported primarily for backward compatibility ( From QTP Help) The following example uses the InvokeApplication function to open Internet Explorer. InvokeApplication "E:\Program Files\Plus!\Microsoft Internet\IEXPLORE.EXE" Thanks,
01-20-2011, 09:19 AM
Hi Manish,
Thanks a lot |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
System crashing is in QTP10 | santhoshjean | 0 | 2,199 |
09-24-2013, 12:49 AM Last Post: santhoshjean |
|
How to find the latest modified file in QC11 current test attachment using QTP10 | shiv.cse | 0 | 1,874 |
07-23-2013, 01:25 AM Last Post: shiv.cse |
|
Will QTP10.0 Supports Google Chrome | Poonam T | 2 | 6,227 |
02-19-2013, 04:41 PM Last Post: pradeep singh |
|
Compatibility Issue while installing QTP10 in Windows7 (64 bit) | rima.majumdar | 2 | 4,945 |
05-15-2012, 09:47 PM Last Post: rima.majumdar |
|
Issue with running scripts developed in qtp10 using qtp11 | fghiremath | 0 | 3,049 |
03-14-2012, 05:37 PM Last Post: fghiremath |