Forum Discussion
Philip_Baird
12 years agoCommunity Hero
Hi Paul, I have investigated Script Extentions many times but keep bumping into the following caveat:
"Unlike TestComplete projects, references between script files in a script extension package are not allowed. Called routines must be located in the same script file as the caller ones."
Our framework is based around JScript objects and inheritance and this kills it for us, and, to be honest, anything we have that is a candiate for a Script Extention ends up in a .Net helper library accessed via the CLR Bridge as it is just so much better.
Anyway, I've done some investigation around the XML files Test Complete uses and I am pretty sure I can write a simple app to do what I need, I was just hoping I wouldn't be necessary.
Phil