Forum Discussion

etienne_smith's avatar
etienne_smith
Occasional Contributor
11 years ago
Solved

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 nee...
  • TanyaYatskovska's avatar
    11 years ago

    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.