Java Engine 3.0

The Tosca Java Engine 3.0 can be used to test Java FX, Java Swing, Java SWT and Oracle EBS applications.

Installation

The Tosca Java Engine 3.0 is part of the Tricentis Tosca standard installation.

For detailed information regarding software versions and hardware requirements for the extension, refer to the System Requirements.

Java Security Settings

In the Settings dialog under Project->Settings->TBox->Engines->Java you can specify if test automation should be permitted for applications that run in a security context (e.g. JavaFX Webstart applications).

For more detailed information about the JavaFX security settings, see chapter "Settings - Engines".

How to adjust Java Runtime Environment security settings

You can also define Java security settings in the javaws.policy file. Changes have to be made in the Java Runtime Environment which runs the test application.

  • Add the following entry to the <JRE HOME>\lib\security\javaws.policy file:

Copy
grant {
  permission java.security.AllPermission;
};

The JRE installation directory can differ from the given one due to varying operating systems and settings.