Jtest is distributed as a ZIP installation package.

  1. Extract the package to the desired location. The jtest directory (<INSTALL_DIR>) that contains all Jtest files will be created.
  2. Ensure that the JAVA_HOME variable is set in your environment.

No additional steps are required, but for your convenience, we recommend that you:

  • Add the <INSTALL_DIR> path to $PATH or symlink jtestcli.exe (jtestcli in Linux) into the directory in $PATH.
  • Set the $JTEST_HOME environment variable that points to the <INSTALL_DIR> path.

If you use Mac OS

You need to remove jtestcli and JRE from quarantine to allow their execution. See How to remove jtestcli and JRE from quarantine to allow their execution on Mac OS?

If you use the Maven build system

 Set the following properties in your Maven settings.xml file:

  • pluginRepository
  • groupId,
  • jtest.home

For details, see Configuring the Jtest Plugin for Maven.

If you use the Ant build system

Deploy <INSTALL_DIR>/integration/ant/jtest-ant-plugin.jar into the $ANT_HOME/lib directory.

For details, see Configuring the Jtest Plugin for Ant.

  • No labels