Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What programming languages do TestComplete support?

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.

like image 620
Ripon Al Wasim Avatar asked Sep 11 '26 19:09

Ripon Al Wasim


1 Answers

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.

like image 50
Dmitry Nikolaev Avatar answered Sep 15 '26 01:09

Dmitry Nikolaev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!