Requirements Traceability

General

// Definition

The ability to link every requirement to the test cases that verify it, and trace every test case back to the requirement it covers. A requirements traceability matrix (RTM) makes gaps explicit: a requirement with no linked test case is a coverage hole; a test case with no requirement link is an orphan that may be testing undocumented behaviour. RTMs are a common audit artefact in regulated industries.

// Related terms