ISTQB Mock App

Traceability Matrix

A traceability matrix is a document that maps relationships between requirements, test cases, defects, and other work products to verify coverage and support impact analysis.

Official definition
ISTQB Official Glossary Definition
A two-dimensional table, which correlates two entities (e.g., requirements and test cases). The table allows tracing back and forth the links of one entity to the other, thus enabling the determination of coverage achieved and the assessment of impact of proposed changes.

(Definition reproduced from the ISTQB Glossary. Copyright belongs to ISTQB.)

View the complete ISTQB Glossary

What is Traceability Matrix?

It helps ensure every requirement is tested and makes it easier to identify the effects of changes throughout the software lifecycle.

Requirement mapping: Links requirements to test artifacts.

Coverage verification: Confirms complete test coverage.

Impact analysis: Simplifies change assessment.

Real World Example

A regulated fintech company must prove to an auditor that every requirement in a lending compliance document has at least one test case verifying it, and later needs to quickly identify every test affected when a requirement changes.

Without documented linkage, when a regulator asks to see the test case verifying a specific disclosure rule, the team can only search manually through hundreds of test cases hoping to find a match — and when that rule later changes, nobody can confidently say which tests need updating.

The tester builds and maintains a Traceability matrix: rows for each compliance requirement, columns for each test case, with marks showing which tests verify which requirement, letting the team trace in either direction between a requirement and its tests.

When the disclosure rule changes, the team instantly identifies the exact three test cases needing updates by reading straight across that row — and at audit time, the completed Traceability matrix immediately shows any requirement with zero linked tests, something browsing test scripts by hand would take days to determine.

Practice Questions

Question 1

A regulator asks a fintech team to prove every compliance requirement has at least one verifying test case, and to identify which tests are affected when a requirement changes. Which artifact MOST directly supports both needs?

Question 2

What does a traceability matrix MOST directly help a team determine?

Test your knowledge with real ISTQB-style questions

You’ve learned Traceability Matrix. Test your understanding with topic-specific questions in our Mock Exams.

Go to Mock Exams