ritesh_chauhan
12 years agoContributor
Creating Scripting Objects From Application Objects
Hello,
Could you guide us as how to register the application’s object as a scripting object in TestComplete by using ManagerObj?
How this works?
ManagerObj.AddName(Name, Global, Obj)
Also, custom scripting objects can registered in the current TestComplete session only. Therefore, you need to register your custom objects each time you run TestComplete.
So do we need to register scripting objects each time? How this will be done?
Regards, Ritesh
Could you guide us as how to register the application’s object as a scripting object in TestComplete by using ManagerObj?
How this works?
ManagerObj.AddName(Name, Global, Obj)
Also, custom scripting objects can registered in the current TestComplete session only. Therefore, you need to register your custom objects each time you run TestComplete.
So do we need to register scripting objects each time? How this will be done?
Regards, Ritesh