Requirement

General

// Definition

A documented condition or capability a system must satisfy — functional (what it does) or non-functional (how well it does it). Requirements are the source material for test case design: every requirement with no linked test case is a coverage gap, and a requirements traceability matrix makes those gaps explicit.

// Related terms