Versions Compared

Key

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

In this section:

Table of Contents

About Tool Settings

You can configure project-specific settings for Parasoft test execution and code analysis tools (C/C++test, dotTEST, Jtest, SOAtest). When the tools are connected to DTP, they import and use these settings, which enables you to centrally configure code analysis and test execution properties. The settings specified in the tool's .properties file, however, take precedence over the settings configure in this section. See the specific tool documentation for details on available settings.  

...

You can also configure the settings for all projects. See Configuring Parasoft Tool Settings for All Projects

Example Settings

No Format
#License Settings
license.network.host=dtp.company.com
license.network.port=2222
license.use_network=true
#Mail Settings
report.mail.domain=company.com
report.mail.from=john.doe
report.mail.password=123456789
report.mail.server=mail.company.com
report.mail.username=john

About File Encoding

Excerpt

By default, DTP assumes that source code is encoded in UTF-8. If the source code is encoded with a different character set, you can specify it in the Parasoft Tool Settings form by adding the file.encoding.name property. For example:

file.encoding.name=UTF-16

You can configure this setting for individual projects or for all projects if all source code is encoded in the same way. See Configuring Parasoft Tool Settings for All Projects for additional information.

...

Autoconfiguring Code Analysis and Test Execution Tools

Set the dtp.autoconfig property set to true in the Parasoft tool's .properties configuration file to enables the tool to use the settings configured in DTP. See the documentation for your tool for details. 

...