QTP Cannot Create ActiveX Object
While working on script, I am facing this issue. I can't post the whole code but this is a sample that does the samething that I wrote myself; Dim qtpApp Set qtpApp = createObject("QuickTest.Application") qtpApp.Launch I have also tried this: Set qtpApp = createObject("QuickTest.application") And This: Set qtpApp = createObject("Quick Test.Application") But I Keep Getting "Active X Component cant create object. on Line x: "Set qtpApp = createObject("QuickTest.Application")" Any help appreciated. Thanks. The correct prog-id is the one you tried first "QuickTest.Application" . The probable cause