Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

A coverable, or testable issue, is one whose issue type is configured at the project level settings to be handled as coverable issue type (more info in Project Settings: Test Coverage).

Typically, issue types such as Epic, Story may be configured to be handled as coverable issue types. However, the project administrator can define exactly which issue types can be handled in this way.

Coverable issues can be covered/validated by Tests (either manual or automated). Tests can then be organized (i.e. in Test Sets), planned (i.e. in Test Plans) and executed (i.e. in Test Executions).

The results obtained for the linked Tests will affect the calculation of the test coverage status of the covered issue.


Image Added

Test Coverage View 

The Test Coverage view shows all tests associated with the Covered Issue (e.g. Story, requirement) and their respective status for the chosen analysis scope. In this view, you can create a new Test and associate it with the Covered Issue or just associate an already existing Test with it.

...

To create a new Test from the Requirement:

      1. Click the Create New new Test option.
      2. The Jira issue dialog will appear giving the ability to create the Test case
      3. After filling out the fields, the Test issue will be created using the default Test Type, as configured in Project Settings: Test Types.
      4. Finally, you can add the remaining information for the Test (e.g. the steps, in case the Test is of kind "Manual").

...