Types of Traceability Matrix

There are 3 types of traceability matrix:

  1. Forward traceability matrix
  2. Backward traceability matrix
  3. Bi-directional traceability matrix

1. Forward traceability matrix:  

In the forward traceability matrix, we mapped the requirements with the test cases. Here we can verify that all requirements are covered in test cases and no functionality is missing in test cases. It helps you to ensure that all the requirements available in the SRS/ Sprint backlog can be traced back to test cases designed by the testers. It is used to check whether the project progresses in the right direction.

Forward traceability matrix

In forwarding the traceability matrix: 

Rows = Requirement ID

Column = Test case ID

2. Backward traceability matrix:

In the backward traceability matrix, we mapped the test cases with the requirements. Here we can verify that no extra test case is added which is not required as per our requirements. It helps you to ensure that any test cases that you have designed can be traced back to the requirements or user stories, and you are not extending the scope of the work by just creating additional test cases that can not be mapped to the requirement. The backward traceability matrix is also known as the reverse traceability matrix.

Backward traceability matrix

In the Excelbackward traceability matrix: 

Rows = Test cases ID

Column = Requirement ID

3. Bi-directional traceability matrix:

A bi-directional traceability matrix is a combination of a forward traceability matrix and a backward traceability matrix. Here we verify the requirements and test cases in both ways. 

Bi-directional traceability matrix

Bi-directional traceability matrix = Forward traceability matrix + Backward traceability matrix

Requirements Traceability Matrix – RTM

Here we will discuss the Requirement Traceability Matrix (RTM). The following 8 topics will be discussed:

Table of Content

  • What is Requirement Traceability Matrix (RTM)?
  • Why is Requirement Traceability Matrix (RTM) Important?
  • Parameters of Requirement Traceability Matrix (RTM):
  • Types of Traceability Matrix:
  • Who Needs Requirement Traceability Matrix (RTM)?
  • Requirement Traceability Matrix (RTM) Template:

Let’s start discussing each of these topics in detail.

Similar Reads

What is Requirement Traceability Matrix (RTM)?

RTM stands for Requirement Traceability matrix. RTM maps all the requirements with the test cases. By using this document one can verify test cases cover all functionality of the application as per the requirements of the customer....

Why is Requirement Traceability Matrix (RTM) Important?

When business analysis people get the requirements from clients, they prepare a document called SRS (System/Software Requirement Specification) and these requirements are stored in this document. If we are working in the Agile model, we call this document Sprint Backlog, and requirements are present in it in the form of user stories....

Parameters of Requirement Traceability Matrix (RTM):

The below figure shows the basic template of RTM. Here the requirement IDs are row-wise and test case IDs are column-wise which means it is a forward traceability matrix....

Types of Traceability Matrix:

There are 3 types of traceability matrix:...

Who Needs Requirement Traceability Matrix (RTM)?

When testers design the test cases they need to check whether test cases cover all functionality of the application as per the requirements of the customer given in the SRS/Sprint backlog....

How To Create RTM?

Before creating RTM SRS/Sprint backlog documents and test cases documents are required. Below are the steps to create RTM:...

Advantages of RTM:

Below are some benefits of using RTM:...

Requirement Traceability Matrix (RTM) Template:

The below figure shows the basic template of RTM. Here the requirement IDs are row-wise and test case IDs are column-wise which means it is a forward traceability matrix....