(04-12-2011, 03:17 PM)prodipto_dutta Wrote: open QTP >> click on Automation from top level menu>>click on Record and Run Setting >>click on windows application tab>> do the neccessary changes
then run the script
Please let me know If I m wrong .
Thanks...that helped. It opens the application now.
(04-12-2011, 06:44 PM)PrabhatN Wrote: Try the following code:
Quote:SystemUtil.Run "C:\Program Files\HP\QuickTest Professional\samples\flight\app\flight4a.exe"
In case the path is different in your machine, provide the correct path.
Thanks that was helpful. May i ask if you know any other way i can have the application print that code without having to enter it in manually. It works with prodipto_dutta's suggestion but the code you provided still doesn't show. Any suggestions?

