mortenb123
6 years agoContributor
use python in a jscript project
Hi I've inherited a TC jsscript desktop project, now I want to speed up some of the desktop tests by connecting to a rest-api. (I've done this in another project using python).
Is it possible for me to use this in this project without rewriting it entirely into python.
Hi,
As Wamboo said, python code (like JavaScript one) cannot be reused anywhere but python (Javascript) project.
VBScript or JScript code can be moved to Script Extension and reused from there from any project.