11-19-2009, 10:09 AM
OK, if I am getting it right you want QTP to launch the application and login.
Only login statements are not sufficient, you will need to insert the statements for launching the application.
Try inserting the below statement before all your statements above
Only login statements are not sufficient, you will need to insert the statements for launching the application.
Try inserting the below statement before all your statements above
Code:
SystemUtil.Run "C:\Program Files\HP\QuickTest Professional\samples\flight\app\flight4a.exe"