Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
* the need to go into TC's [Tools]>[Options]>[Engines]>[Script Extensions] to adjust the path so that TC/TE can find our extensions for that project and insure that they are reloaded.
Whatever means you have to install the project on the client workstation, any script extensions would simply need to be dropped into the Bin\Extensions\ScriptExtensions folder. Script extensions are universal for any instance of TestComplete so, once they are there, you can run any number of projects, all using the same script extensions. Script extensions were, as far as I can gather, intended to be non-project specific but a way of creating universally useful code for any project you may be developing or running.
* the need to go into TC's [Tools]>[Current Project Properties]>[CLR Bridge] to insure that desired items are in the list and are reloaded. Each project may have different items in their lists.
This information is saved in the MDS file of the project. So, once you have created and packaged your project, there is no need to redefine this information..