In this chapter:

Overview

Only users with appropriate permissions can edit test configurations. See About Test Configuration Access.

Click on a test configuration in the sidebar to enable editing. Changes affect the test configuration files stored in DTP.

Click on a tab to access a group of related test configuration settings. For additional information about test configuration settings, mouse over an information icon ("i") next to a configuration setting.

General Tab

Click on the General tab to view and edit metadata associated with the configuration.

You can configure the following settings:

Scope Tab

Click the Scope tab to define the range of analysis. You must connect the DTP Engine to source control in order to collect scope information. See Configuring Parasoft Test for All Projects

You can configure the following settings:

A potential conflict may occur if you use both filter types at the same time.




A potential conflict may occur if you use both filter types at the same time.

Static Analysis Tab

Click the Static Analysis tab to enable/disable static and flow analysis. The available options may vary depending on the DTP Engine.

See the specific DTP Engine documentation for additional details.

Advanced Settings

You can configure the following settings:

Flow Analysis Advanced Settings

Performance

Expand this section to access options related to depth of analysis and machine performance. By default, flow analysis performs a complete analysis of the scope, which can take considerable time when running on large code bases

Verbosity

Expand this section to access options related to how much detail is included in the reporting.

Null-checking methods

The parameterization of Null-checking Methods allows you to specify the expected return value when a null parameter is passed to a method. This reduces false positives and excessive paths that would normally be built when the return value of a null variable is unknown. These settings are not available in the C/C++test DTP Engine.

Terminators

The options in this section allow you to define functions that terminate application execution. These settings are available in the C/C++test DTP Engine only. 

Multi-threading

These settings allow you to define functions for synchronization between threads and activate/deactivate the already listed multi-threading functions. The options specified here affect the rules from the BD.TRS (Threads and Synchronization) category. These settings are available in the C/C++test DTP Engine only. 

Resources

These settings allow you to define which resources should be checked by the resources rules (BD.RES category). These rules verify the correct usage of all resources that are defined and enabled in this tab.

Compiler-specific settings (C/C++ only)

These settings allow you to define advanced compiler-specific arguments.

Inversion of Control Framework Settings (Jtest DTP Engines)

These options allow you to specify annotations used for injecting/initialization values during runtime.

Static Analysis - Rules Tab

Click the Static Analysis - Rules tab to enable/disable the static analysis rules the configuration uses. This page shows all the rules supported by the selected DTP Engine. You can customize rule properties, such as severity and category, from this page. See Customizing Rule Properties for details.

You can perform the following actions:

Metrics Tab

Click the Metrics tab to enable/disable the metrics collected and calculated during analysis.

You can perform the following actions:

Unit Tests/Runtime Tab

Click the Unit Tests or Runtime tab to access controls for unit test execution and coverage data collection.

You can enable/disable the collection of unit test results and coverage analysis.