How to Report on Traceability and Test Coverage in Jira

Test coverage and traceability are two of the most important metrics to track when testing. This post will cover how to show test coverage, manage requirements traceability, and create a traceability report in Jira.

To create test coverage or traceability reports, you need to have requirements or user stories and test artifacts like test cases, tests, and defects.

Many teams using Jira try writing test cases as subtasks in issues or creating custom issue types for testing. However, Jira is not designed for test management and doesn’t include built-in test coverage or traceability reporting.

In this post, we’ll use TestRail, a dedicated test management tool that integrates with Jira, to create test coverage and traceability reports for user stories tracked in Jira.

Step 1: Identify and review product requirements in Jira

Step 1: Identify and review product requirements in Jira

Most teams tracking requirements or development tasks in Jira use issue types like epics or user stories. Your team may write detailed descriptions of the functions or capabilities the final product should have or define them as informal, general explanations of a software feature from the end user’s perspective.

The first step in creating a test coverage or traceability report is identifying which user stories have been prioritized for your next sprint or release and need to be tested.

Step 2: Write test cases for each requirement

Step 2: Write test cases for each requirement

When writing test cases for each requirement, there are a few options:

  1. Write test cases as sub-tasks on an issue in Jira
  2. Create a custom testing issue type or use a Jira add-on
  3. Use a dedicated test case management tool

For reporting on test coverage or traceability, the fastest way is to use a test management tool with built-in coverage and traceability reporting.

As you write your test cases, make sure to link any requirements from your external tool. In TestRail, for example, you can copy/paste a Jira issue ID for your user stories or requirements into the References field on test cases or test results artifacts to indicate that the test is related and provide two-way visibility between the two platforms.

Step 3: Create a test coverage report

Step 3: Create a test coverage report

If you write your test cases as Jira issues or sub-tasks, creating a test coverage report is a manual effort. The fastest way to create a coverage report in this scenario is to copy the issue IDs for your user stories into a spreadsheet. Then, create a second column to list the IDs for each test case issue you’ve created and linked to each user story. You can use spreadsheet functions to count how many user story IDs have corresponding test case issue IDs and how many do not, and create a chart if desired.

For detailed steps to quickly create a coverage report in TestRail, check out TestRail’s test coverage report documentation or watch this video How To Set Up Test Coverage with Jira.

Step 4: Run tests and log defects in Jira

Step 4: Run tests and log defects in Jira

Once you have created enough test cases to adequately cover your full application, you can start running tests. 

As you run your tests, it is important to link any defects you discover to ensure full traceability. In TestRail, when you add a test result in a run or plan, you can use the Defects field to link a defect or bug report from Jira or even create a new issue in Jira automatically by pushing a defect from TestRail.

Step 5: Create a requirements traceability report

AD 4nXfYA6Ya7hZsKPW7u8N7aYpi NWnfpNh0Kpjvfcs1RhUWCAbJvEufWEaHNKKH9kTjsfzXW3iN64JH3RqhExHe95FiFoht7OwMQvaiVHq2cYLQxRjj4XG2AZ8utFOlU0do7PGT6kgTdmWuKdrFhmI0kKmNjPT?key=IfDTQxh

Finally, once you have logged some test results or are trying to check whether a release is ready to deploy, you can generate a traceability report. 

How to manually create a traceability matrix

If you are creating a traceability report manually, you will likely use a requirements traceability matrix (RTM) with an Excel spreadsheet or Google Sheets. An RTM can show the following:

  • User Acceptance tests that need to be done by the users and User Acceptance testing status
  • Execution status for the specific test cases
  • Design status for the specific test cases
  • Requirement coverage in the number of test cases
  • Related defects
  • The current state of testing

Steps to create a basic RTM:

1. Define your goal
  • Example: “I want to create a traceability matrix to know which tests and issues are impacted if a requirement changes.”
2. Gather all artifacts (i.e., Requirements, Test Cases, Test Results, Issues…etc.)
3. Create a template for the RTM by adding a column for each artifact
4. Add Requirements from the Requirement Document
  • Add Requirements descriptions and IDs
5. Add Test Cases from the Test Cases Document
  • Add Test cases that correspond to the requirements mentioned in the previous step
6. If applicable, add Test Results and Issues
  • Add the test results that correspond to the test cases mentioned in the previous step
7. Update the matrix when required
  • Update the matrix whenever there is a change in any artifacts to reflect the project’s current health.

Here is an example of a traceability matrix in a Google or Excel spreadsheet (Note: For various project iterations, there will usually be more columns).

vsXiRJViqIRKYbJe1Iv9bAiFiYkwXdG1BEZMZoJOYU1IFQNnP79euOjg1XV PJKsx1N7ZYJDcyzGO5fqmwufGV4rWvT6jCBKjhXAYMsI 91jsrHnWtsJLLLkBEJROhMp7yA 4eD5

Resource: https://www.guru99.com/traceability-matrix.html

How to auto-generate a requirements traceability report in TestRail

How to auto-generate a requirements traceability report in TestRail

To auto-generate a requirements traceability report in TestRail, start by opening a user story and clicking on the TestRail cases field to automatically open a new panel with the current test cases for this specific user story.

  1. Start adding test cases from Jira

In Jira, click the button to add a test case and select the project you want your test case created in. From here, you will be redirected to the TestRail test case creation page with the user story issue ID already in place in the references field. 

  1. Edit the Jira user story directly in TestRail

Next, you must name this first case. For this example, we will name this first test “successfully log in” and immediately save it by clicking “Add test case”. 

The reference is now displayed as a link that you can hover over and edit. By clicking the reference, you’ll be redirected to Jira where you can open the TestRail cases panel and immediately see that your test case is now covering the user story through the reference on TestRail. Plus, if you click the test case link, you’ll navigate to the test case details in TestRail.

Note: The fields displayed can be customized when configuring the Jira integration on TestRail.

  1. Quickly add a reference to the multiple test cases 

Now you can open the test cases list page and see your test case there. While on this page, you can quickly outline test scenarios and add the user story reference in bulk.

In this example, to add a couple of test cases to cover our login user story, we select “failed to login with invalid email,” “Failed to login with invalid password,” and “fail to log in without credentials.” In this example, we don’t have any associated references yet, but we can select all the test cases to quickly add the reference in bulk. To do this, just select the cases, click Edit, and then Edit selected. 

Lastly, check the references field, add the reference to your login user story, and save the changes. You have now created traceability between these tests and our user story.

Together traceability and test coverage help minimize risk and ensure that your QA testing process is comprehensive and secure. 

To learn more about how you can build an efficient testing process, track coverage, and build comprehensive traceability between development and QA using Jira and TestRail, check out TestRail Academy’s free online course TestRail & Jira

Ready to take your QA processes to the next level? Sign up for a free 30-day trial today and see how TestRail can help streamline your test management! efforts

FAQs: How to Report on Traceability and Test Coverage in Jira

FAQs: How to Report on Traceability and Test Coverage in Jira

What does requirements traceability mean in Jira?

Requirements traceability is a way to measure test coverage and usually refers to tracking a business requirement across different stages of the development lifecycle (i.e., requirement gathering, design, development, testing, and maintenance.)

Traceability is essential for risk mitigation because it allows you to identify an item as problematic, understand what changes caused it, and determine how to address it. Full traceability is crucial to compliance and risk mitigation efforts, as seen in this case study from Convercent.

In Jira, traceability means being able to track each user story, requirement, or issue to a test and any resulting defects. You should be able to see linked test cases and results on individual requirements and generate a full traceability report showing your Jira issues and all their linked test artifacts at once. 

Instantly generate traceability reports in TestRail so that your team can see the status of testing in real time, evaluate coverage, and link tests to requirements and defects in Atlassian Jira.

Image: Instantly generate traceability reports in TestRail so that your team can see the status of testing in real-time, evaluate coverage, and link tests to requirements and defects in Atlassian Jira.

What is test coverage in Jira?

Test coverage is a QA metric that measures how much of the product or application being tested is covered by tests. Test coverage also helps ensure that you have prepared, designed, and planned tests to cover every part of the application.

In Jira, test coverage helps us determine the number of tests run, passed, failed, blocked, etc. for every feature or product requirement we have written in Jira as a user story, epic, or issue. Typically, you can track  Jira test coverage by linking user stories with their associated test cases and vice versa. Test coverage is vital to ensuring that no feature is going untested.

The idea is to know the percentage of requirements that have a test case written for them. The higher the percentage, the more confidence we can have that our testing activities will uncover any potential risks in our application.

TestRail’s Coverage for References (Cases) report offers you the ability to get a quick glance into test coverage for references in a coverage matrix.

Image: TestRail’s Coverage for References (Cases) report offers you the ability to get a quick glance into test coverage for references in a coverage matrix.

Tracking test coverage status throughout the software development life cycle (SDLC) allows you to identify areas where you don’t have adequate coverage and take action to avoid any decrease in quality. This also helps to ensure that defects will be kept from production. If defects exist in the application, they will be caught during the testing phase rather than when the product is already live. This provides a brief overview of the current health of the development project. 

equation for calculating test coverage

What is the difference between test coverage and traceability?

Test coverage measures how much of the product being tested is covered by tests. Typically, a requirement is considered “covered” only if it has corresponding test cases against it and test engineers assigned to it.

Traceability refers to the established connections between various requirements levels, risk analysis, designs, and verification. A traceability matrix serves to map the test cases to the requirements. It serves as a checklist wherein all the requirements are listed, and the test cases covering the corresponding requirement are listed against each requirement.

Why is it important to track test coverage and traceability in Jira?

But why should you be concerned? Here are the top seven reasons why tracking test coverage and maintaining traceability in Jira is important:

1. Maintaining forward and backward traceability ensures visibility

  • Backward and forward traceability ensures that your requirements are covered by test cases.
  • Traceability helps teams identify critical dependencies between requirements and other artifacts.
  • It also helps identify gaps in coverage so that appropriate actions can be taken to resolve them.

2. Traceability helps manage continuous change

  • Teams can easily identify related tasks and estimate the work needed to make the change.
  • A traceability report enables you to quickly identify impacted artifacts, evaluate the impact of the change, and take appropriate action as project requirements change.

3. Traceability streamlines the auditing process 

  • Maintaining traceability is an essential tool that helps auditors easily review requirements and impacted artifacts. 
  • Traceability ensures that inconsistencies can be found and fixed early on with minimal cost and effort.

4. Traceability makes test management more effective

  • Traceability makes test management more effective by helping test managers validate whether tests have covered the requirements. 
  • It also reduces the number of poorly maintained test libraries due to discrepancies. 
  • With traceability, QA leads can anticipate and proactively deal with changes in the requirements and ensure these changes are applied to the related test cases.
  • It helps assess which parts of the system have been tested and which require additional testing.
  • It also helps track a defect back to the original requirement and extract metrics at the defect level (i.e., defect leakage, defect rate, and other metrics).

5. Test coverage saves you time 

  • It allows you to identify gaps in requirements, defects, and test cases earlier on in your SDLC.
  • Comprehensive test coverage creates more test cases — leading to fewer defects, less work that builds up during later stages, and better coverage. 
  • It also helps identify and eliminate duplicative test cases. 

6. Test coverage mitigates the risk of new releases

  • Good test coverage ensures fewer defects at production.
  • It can boost the quality of releases and overall customer satisfaction.
  • Comprehensive test coverage ensures that no requirement goes by untested and boosts your confidence in your testing activities.

7. Promotes smoother testing cycles

  • Good test coverage helps your process be more reliable and less prone to error by highlighting areas not covered by a set of test cases. 
  • It allows you to determine how much of a piece of software is covered by a unit test or test suite by evaluating test coverage.
  • It helps determine if you lack tests for any code or functionality.
  • It helps with test case prioritization and regression testing.
  • Good test coverage also helps save time by helping you to identify defects earlier, resolve defects faster, and maintain a firm grasp on the project’s scope.

In This Article:

Start free with TestRail today!

Share this article

Other Blogs

How to Improve Bug Reporting & Management for Better Results
Software Quality, Automation, Continuous Delivery, Jira

How to Improve Bug Reporting & Management for Better Results

Maintaining product quality and functionality is crucial in software development, and effective bug reporting plays a key role in this process. Whether you’re an experienced developer, tester, or new to the industry, mastering bug reporting is essential....
Jira for Test Management: Options, Challenges, and Solutions
Agile, Integrations, Jira

Jira for Test Management: Options, Challenges, and Solutions

Learn about the pros/cons of using Jira as a test management solution, alternatives, & how teams that use Jira manage their testing. 

testrail reflect case study
Announcement, Integrations, TestRail

How a Document Management Company Streamlined Testing and Boosted Efficiency with TestRail and Reflect

A leading document management company in the document management industry has made significant strides in streamlining digital content access and organization with its cloud-based document management platform. Their suite of software products enables companies...