In this section:

configuration.dir.builtin

This setting specifies the path to the directory that contains built-in test configurations.

Acceptable Values

[path]The path to the folder where the built-in test configurations are stored.

Example Usage

configuration.dir.builtin=C:\parasoft\jtest\configs\builtin


configuration.dir.user

This setting specifies the path to the directory that contains user-defined test configurations.

Acceptable Values

[path]The path to the folder where user-defined test configurations are stored.

Example Usage

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


configuration.share.path

This setting allows you to specify the path on the DTP Server share that contains shared test configurations.

Acceptable Values

[path]The path on the DTP Server share.

Example Usage

The following configuration specifies the path to the shared configurations stored in the all folder on the DTP Server share:

configuration.share.path=configs\all



jtest.custom.rules.dir

This setting specifies the location of user-defined coding standard rules.

Acceptable Values

[path]The path to the directory that contains user-defined coding standard rules. The default is [INSTALL_DIR]/rules/user.

Example Usage

jtest.custom.rule.dir=C:\parasoft\custom_rules

  • No labels