11-24-2014, 02:37 PM
QTP9.2:
I am getting the below error when in run
Error: ActiveX component can't create object: 'QuickTest.Application'
Code: 800A01AD
Source: Microsoft VBScript runtime error
1. Can anyone suggest/help me how to run scripts from a common testscript folder without using createobject option. Is there any other approach?
2. Also how to overcome the above error.
Regards
I am getting the below error when in run
Code:
"Set objQTP = CreateObject("QuickTest.Application")"
Error: ActiveX component can't create object: 'QuickTest.Application'
Code: 800A01AD
Source: Microsoft VBScript runtime error
1. Can anyone suggest/help me how to run scripts from a common testscript folder without using createobject option. Is there any other approach?
2. Also how to overcome the above error.
Regards