Is there a way to create an ActiveX object using TestStand without having to point to a type library?
For example, in VB, VBA, and VBScript, you can create an object using the following syntax:
set obj = CreateObject("Library.ClassName")
Is there a way to do this in TestStand? I have a COM Server that I'm trying to use that doesn't have a TLB associated with it, therefore it doesn't show up in the list of Automation Servers in the ActiveX Adapter dialog box.
I can access it via VB however.
Thanks in advance for any help.