Traceability

Testing

// Definition

The ability to link a test artefact — a test case, a defect, an automated check — back to the requirement, user story, or risk that motivated it, and forward to the build and release in which it was verified. Traceability is the foundation of coverage reporting: without it you cannot answer 'which requirements are untested?' or 'which tests would be affected by this change?' Requirements traceability matrices (RTMs) are the most common artefact; CI systems with linked test results provide automated traceability at scale. Regulated industries (medical devices, aviation, financial systems) treat formal traceability as a mandatory release gate — every requirement must be traceable to at least one passing test.

// Related terms