Question

I have started learning of "Test Complete" an automated testing tool. I have downloaded and installed it on Windows 7. Now I want to write Test script. But unfortunately I am novice and I don't know what programming language does it support.

BTW, I'm familiar with Java.

Was it helpful?

Solution

TestComplete supports 5 scripting languages for creating tests: VBScript, JScript, DelphiScript, C++Script and C#Script. VBScript and JScript are standard Microsoft scripting languages that are used on web pages and for running Windows Script Host scripts. DelphiScript is a similar language provided by SmartBear that has the Delphi/Pascal syntax. As for C++Script and C#Script languages, they are just modifications of the JScript language and are needed only if you are working with C++ or C# Connected Applications.

So, if you are familiar with Java, the best choice is JScript. You can find the language reference in the MSDN Library.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top