Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Jtest can run on either a local or a network license. The license type can be configured in the .properties configuration file in the INSTALL_DIR (or another location; see Configuration Overview for details).

Note
titleTerms of Parasoft End User License Agreement

You must agree to the terms of the Parasoft End User License Agreement (EULA) to use Jtest. The EULA is available in the Jtest installation directory and at https://www.parasoft.com/license. To accept the EULA, enable the following setting in your jtest.properties configuration file:

parasoft.eula.accepted=true

Network License

Typically, the network license is stored in License Server deployed on the same DTP server that you configured for your development testing workflow (see Connecting to DTP 1). This is a "floating" or "machine-locked" license that limits usage to a specified number of machines. 

...

  • desktop_edition: Functionality is optimized for desktop usage.
  • desktop_compliance_edition: Functionality is optimized for desktop usage and configured to support compliance with coding standards.
  • server_edition: Functionality is configured for high-performance usage in server command line mode.
  • server_compliance_edition: Functionality is configured for high-performance usage in server command line mode and includes support for compliance with coding standards.
  • custom_edition: Functionality can be customized. See cpptestjtest.license.custom_edition_features for details.

...

If you are using a local license, you will need your machine ID to request a password from Parasoft. Run the following command from the command line to obtain your machine ID: 

Code Block
jtestcli -machineID
Info
titleMachine ID for Cloud Environments

If you are using Azure or AWS services, you need to configure the cloudvm option in the .properties configuration file to ensure that your machine ID is properly calculated. You can set the option to one of the following values:

  • azure - Enables integration with Azure
  • aws - Enables integration with AWS
  • true - Enables integration with the automatically detected cloud computing platform
  • false - Disables integration (the default value)

If you set the value to false or if the option is not configured, integration with Azure or AWS is disabled.