04-07-2009, 09:43 PM
Hi All,
I am getting an error message "The system cannot find the path specified." when i try to launch QTP through VB sript.
QTP.vbs
=======
Please find the attached error screen shot...
Kindly let me know what should be the problem and how to rectify it?
Regards,
Suresh EDK | QTP Learner
I am getting an error message "The system cannot find the path specified." when i try to launch QTP through VB sript.
QTP.vbs
=======
Code:
Dim qtApp
Set qtApp = CreateObject("QuickTest.Application")
qtApp.Launch
qtApp.Visible = True
Please find the attached error screen shot...
Kindly let me know what should be the problem and how to rectify it?
Regards,
Suresh EDK | QTP Learner