Forum Discussion
AlexKaras
15 years agoCommunity Hero
Hi Audrey,
JScript code can be used as it is in the C#/C++-based projects because C# and C++ script languages in TestComplete are actually a syntax-decorated JScript to make it possible to compile test code into real C# or C++ applications. Considering the above, you may consider switching to JScript as it has more simple and clear syntax unless you are going to create a Connected Application (see "Connected Applications" TestComplete help topic for more details).
JScript code can be used as it is in the C#/C++-based projects because C# and C++ script languages in TestComplete are actually a syntax-decorated JScript to make it possible to compile test code into real C# or C++ applications. Considering the above, you may consider switching to JScript as it has more simple and clear syntax unless you are going to create a Connected Application (see "Connected Applications" TestComplete help topic for more details).