Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 2021.1

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.
Info
iconfalse
titleIf you use Maven

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

  • pluginRepository
  • groupId,
  • jtest.home

For details, see Configuring the Jtest Plugin for Maven.

Info
iconfalse
titleIf you use Ant

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

For details, see Configuring the Jtest Plugin for Ant.