Versions Compared

Key

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

...

For the correlations to be used in Parasoft Concerto, you need to have Parasoft Test connected connect to Parasoft Concerto as described in Connecting to Concerto and Report Center.

Sections include:

Table of Contents
maxLevel1

...

When the development team works with tasks in the manner described in  “Working with Parasoft Project Center”, page 261, the source code that is modified when a task is "active" will be correlated with that task—and any associated requirements or defects specified for that task in Concerto.

...

If code is not correlated to a Project Center task with associated requirements or defects, then the related requirement or defect should be specified upon checkincheck-in.

  • Requirements: Include the following text in a revision comment when committing a file into the repository (where "NNN" is the requirement ID: @req NNN).
  • Defects: Include the following text in a revision comment when committing a file into the repository (where "NNN" is the defect tracking  ID: @PR NNN).
  • Enhancements: Include the following text in a revision comment when committing a file into the repository (where "NNN" is the feature request ID: @FR NNN).

...

Using Custom Defect/Issue Tracking Tags
Anchor
Using Custom Defect/Issue Tracking Tags
Using Custom Defect/Issue Tracking Tags

Parasoft Test lets you You can customize the tags your team can use to associate a test case with an issue from an issue/feature/defect tracking system (for example, Bugzilla). This allows you to configure the tag to match the language that your organization uses to refer to defects. For instance, some organizations use the term "PR" to refer to a defect.  Others use "defect" and would thus prefer to use a custom @defect tag rather than the default @pr tag.

...

Assume that your team uses the issue tracking tags  @bugzilla and @defect (a custom issue tracking tag that is configured in Parasoft Test).

Also assume the following Javadoc comment:

...

Assume that your team uses the issue tracking tags @bugzilla and @defect (a custom issue tracking tag that is configured in Parasoft Test).

Assume the following test case comments:

...

Linking to Correlated Artifacts in Reports

If you want Parasoft Test reports to link to correlated artifacts, you need to specify URL templates that explain how links to these artifacts are formatted. To do this:

...