You can configure DTP to forward static analysis reports from DTP Engines 10.x to Team Server. This enables users to download static analysis violations detected by DTP Engines to a desktop IDE version of Parasoft Test 9.x. This may be useful if your organization has a combination of DTP Engines 10.x on the build server (such as DTP Engine for C/C++) and Parasoft Test 9.x desktop machines (such as Parasoft C/C++test 9.6).

  1. Open the DTP_HOME\conf\PSTRootConfig.xml configuration file
  2. Add the following entry under the <root-config> tag:
    <enable-forward-to-team-server>true</enable-forward-to-team-server>

If the Enable unauthorized connections option is enabled for Team Server, all static analysis reports from DTP Engines received by Data Collector are forwarded to Team Server by default.

If the Enable unauthorized connections option is disabled and named accounts are in use (see Configuring Named Accounts), the Parasoft Test Global settings or Parasoft Test settings for the project must specify the username and password (see Configuring Parasoft Test for All Projects). Basic usage:

tcm.server.username=team_user

tcm.server.password=123456789

  • No labels