Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
You can access an extension within another extension much as you would any object. Say I have an extension that creates a runtime object "MyObject1" with a method "MyObjectMethod". In the script code for another extension, I would simply call
MyObject1.MyObjectMethod()
Now, when you start mixing in things like NameSpaces and such that are native to the .NET coding environment and not native to TestComplete and the script extension technology, you're subject to those restrictions and such. From there, I cannot help you unfortunately.
MyObject1.MyObjectMethod()
Now, when you start mixing in things like NameSpaces and such that are native to the .NET coding environment and not native to TestComplete and the script extension technology, you're subject to those restrictions and such. From there, I cannot help you unfortunately.