Skip to content
CAPM

Traceability and Monitoring

Traceability and monitoring is the practice of tracking each requirement from its origin through design, development, testing, and delivery to ensure completeness, manage changes, and verify that all requirements are satisfied.

Explanation

Requirements traceability establishes a documented link between each requirement and its source (business need, stakeholder request, or regulatory mandate) as well as its downstream implementation (design element, code component, test case, and deliverable). The primary tool for this is the requirements traceability matrix (RTM), which maps requirements across their lifecycle.

The RTM serves multiple purposes. It helps verify that every requirement has been implemented and tested (forward traceability), that every deliverable traces back to an approved requirement (backward traceability), and that no unauthorized work has been added (gold plating). It also supports impact analysis when changes are proposed, making it easy to see which components would be affected by a requirement change.

Monitoring involves tracking the status of requirements throughout the project. Each requirement moves through states such as proposed, approved, implemented, verified, and closed. The business analyst monitors these states to identify bottlenecks, ensure nothing falls through the cracks, and report on requirements coverage. Together, traceability and monitoring provide the governance needed to deliver a complete and compliant solution.

Key Points

  • The requirements traceability matrix (RTM) links requirements to their sources and downstream artifacts
  • Supports forward traceability (requirement to deliverable) and backward traceability (deliverable to requirement)
  • Helps prevent gold plating and unauthorized scope additions
  • Monitors requirement states (proposed, approved, implemented, verified) throughout the project

Exam Tip

Know the purpose of the requirements traceability matrix and the difference between forward and backward traceability. The RTM ensures every requirement is accounted for.

Frequently Asked Questions

Related Topics

Test your knowledge

Practice scenario-based questions on this topic with detailed explanations.