etienne_smith
11 years agoOccasional Contributor
Copying/cloning existing project and changing scripting language at the same time
I am in the situation where a project has been created for JScript but it really needs to be in VBScript.
As I understand this change can only be achieved by creating a new project. What I need is a way to clone the current project and have the clone use a different scripting language. Is this possible?
As I understand this change can only be achieved by creating a new project. What I need is a way to clone the current project and have the clone use a different scripting language. Is this possible?
Hi Etienne,
I suggest that you convert your JScript script to a script extension. After this, you can add the created script extension to TestComplete and call needed functions declared inside the extension from any projects including your project with VBScript.
The "Script Extensions" article and those related contains full information on how to do this.