In this section:

Configuring the Settings

dotTEST can be configured with settings (see Configuration Settings) that should be specified in a .properties file. The basic settings are listed in the dottestcli.properties  file shipped in <INSTALL_DIR>.  By default, most settings are disabled. Uncomment the settings you want to enable and specify the parameters. Modifying the .properties file may require administrator privilages.Alternatively, you can store the settings in a .properties file in your home directory <USER_HOME_DIR> to ensure that the settings you configured are not affected by re-installation or updates. If a setting is configured in both the installation directory and the user's home directory, the value configured in <USER_HOME_DIR> overwrites the value in <INSTALL_DIR>.

 You can also create a custom .properties file and pass it to the dottestcliwith the -settings switch.  You can use the -settings switch multiple times to specify several .properties files. Entries with the same key will be overwritten.

dottestcli.exe -solution "C:\Devel\FooSolution\FooSolution.sln" -settings "C:\Devel\Settings\dtp_server.properties" -settings "C:\Devel\Settings\email_server.properties"

File path convention on Windows

Use double backslashes to specify file paths in the .properties file on Windows. For example:

configuration.dir.user=C:\\parasoft\\2018\\configs\\user

Configuring passwords

We highly recommend that you use encoded passwords to ensure successful authentication and increase the level of security; see Creating an Encoded Password.

Settings Hierarchy

General settings are applied in the following order: 

  1. <INSTALL_DIR>\etc\dottestcli.properties: the base configuration file that should not be modified.
  2. <INSTALL_DIR>\dottestcli.properties: the main configuration file you can use to specify your settings; it contains a list of basic configuration settings (license, reporting, etc.) you need to uncomment before configuring the setting's value.
  3. <USER_HOME_DIR>\dottestcli.properties: for your convenience, you can store the configuration file in your home directory (%USERPROFILE% directory) to overwrite settings from the <INSTALL_DIR> (for example, to ensure your settings are not affected by re-installations or updates).
  4. <WORKING_DIR>\dottestcli.properties: for your convenience, you can store the configuration file in your working directory.
  5. Custom settings passed with the command line switch -settings path/to/settings.properties (e.g., -settings "../settings.properties").
  6. Custom settings passed with the command line switch -property [key=value] (e.g. -property "report.mail.enabled=true").
All of the above settings can be overridden by settings that are passed with command line switches, such as -report, -config, etc.If you have dotTest 9.5 or later, settings can be prepared in Visual Studio and exported to a *.properties file.

Viewing Current Settings 

Use the -showsettings option to print the current settings and customizations, including the origin file for each configuration. 

Auto-configuring Settings from DTP Server

You can specify settings in DTP and configure your Parasoft tool to use the settings when it connects to DTP Server. This enables you to use the same settings across multiple machines and configurations to ensure consistency. Edit the following setting in the .properties file to enable auto-configuration:  

dtp.autoconfig=true

Settings can be auto-configured for the entire organization or per project. 

Specifying Organization-wide Settings

  1. Log into DTP with administrator credentials. 
  2. Choose Report Center Settings from the settings menu.
  3. Choose Global Tool Settings from the sidebar menu and enter the configuration settings from the.properties file in the space provided. Enter each setting on a new line. Use the # character to add comments.
  4. Click Save.

Specifying Settings Per Project

  1. Log into DTP with administrator credentials.
  2. Choose Report Center Settings from the settings menu.
  3. Click Projects in the Administration tab and click on a project. 
  4. Enter the configuration settings from the .properties file in the Parasoft Tool Settings section. Enter each setting on a new line. Use the # character to add comments.
     
  5. Click Save.

  • No labels