Requirement and Traceability Matrix
A Requirement Traceability Matrix (RTM) is tool that maps and traces user requirement with test cases. It captures all requirements proposed by the client and requirement traceability in a single document. The main purpose of Requirement Traceability Matrix is to validate that all requirements are checked via test cases such that no functionality is unchecked during Software testing.
The deliverables that cover the requirements include but are not strictly limited to:
- Functional design documents ;
- Technical design documents ;
- Source code ;
- Unit test cases;
- System test cases; and
- User Acceptance test cases.
It is recommended for each project where defined requirements exists that a mapping is produced to show how tests trace back to business and technical requirements and vice versa.
No Comments