04-03-2013, 06:51 PM
I have a small piece of code as below:
I get an error as:
Cannot open test.
Line (13):
Please let me know where is the problem in the above script and how to resolve this?
Thanks in advance.
Regards,
Nagaraju.A
Code:
Set QtpApp = CreateObject("QuickTest.Application","hyd-rampavan")
QtpApp.Launch
QtpApp.Visible = True
QtpApp.Options.Run.RunMode="Fast"
QtpApp.Open "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe"
I get an error as:
Cannot open test.
Line (13):
Code:
"QtpApp.Open "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe"".
Please let me know where is the problem in the above script and how to resolve this?
Thanks in advance.
Regards,
Nagaraju.A