Versions Compared

Key

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

...

You can configure project-specific settings for Parasoft test execution and code analysis tools , such as Parasoft DTP Engines, SOAtest, and (C/C++test Desktop, dotTEST, Jtest, SOAtest). When the tools are connected to DTP, they import and use these settings, which enables you to centrally configure DTP Engine 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.  

...

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 Test 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 Test for All Projects for additional information.

Auto-configuring

...

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 You can automatically configure DTP Engines that have the dtp.autoconfig property set to true. This enables you to configure many settings that can be reused by both DTP and DTP Engines. See the DTP Engines documentation for details. 

For example, the following settings would be added to the DTP Engine test execution and code analysis tool's configuration file:

Code Block
dtp.autoconfig=true
scontrol.svn.exec=C\:\\Program Files\\svn\\bin\\svn.exe

This would enable the engine tool to use the following example configurations set in the Parasoft Test Global Settings field:

...