Does TestComplete support writing tests in Java?

563 Views Asked by At

I am trying to learn TestComplete automation tool, and I am familiar with the Java programming language. Does TestComplete supports writing tests in Java?

1

There are 1 best solutions below

0
On

TestComplete 12 (the current version at the time of writing) does not support writing tests in Java, although it supports testing of Java applications.

Available languages for writing tests are:

  • JavaScript (ECMAScript 6)
  • Python 3.4
  • JScript (Microsoft's implementation of ECMAScript 3)
  • VBScript
  • DelphiScript
  • C++Script and C#Script (not to be confused with C++ and C#)