Versions Compared

Key

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

...


Anchor
dtp_settings
dtp_settings
Parasoft DTP Settings

SettingPurpose
dtp.enabled=true|false

Determines whether the current C/C++test installation is connected to DTP.

dtp.url=[url]Specifies the URL to the DTP server. 

If DTP is deployed to a location other than the root of the host server, the URL should include a context path (a relative path from the host name). This may be the case if your organization uses a reverse proxy. Refer to the DTP documentation for additional information about reverse proxy server configuration and context path configuration.

Example: dtp.url=https://ada.mycompany.com:8443

Example including a context path: dtp.url=https://aurelia.mycompany.com:8443/contextPath

dtp.user=[username]Specifies the username for DTP server authentication.
dtp.password=[password]Specifies the password for DTP server authentication. We highly recommend that you use an encoded password to ensure successful authentication and increase the level of security; see Creating an Encoded Password.

Anchor
report.dtp.publish
report.dtp.publish
report.dtp.publish=true|false

Enables or disables reporting results to DTP server.
dtp.project=[project_name]Specifies the name of the DTP project that you want these results linked to.
dtp.additional.settings=[KEY1\=VALUE1\nKEY2\=VALUE2...]Specifies advanced settings for reporting results to DTP.
dtp.autoconfig=true|false

Enables autoconfiguration with C/C++test settings stored on the DTP server. This setting does not apply to the GUI and is ignored during import (see "-settings" or "-property" on the cli Options page for more information about that process).

Anchor
Licensing Settings
Licensing Settings
Licensing Settings

...