Interview #235: Any idea about RTM? Requirement Traceability Matrix
The Requirement Traceability Matrix (RTM) is a document or table used in software testing to ensure that every requirement from the Software Requirements Specification (SRS) or Business Requirement Document (BRD) is mapped to its corresponding test cases. It acts as a bridge between requirements and testing, ensuring that no requirement is left untested and helping in measuring test coverage.
Disclaimer: For QA-Testing Jobs, WhatsApp us @ 91-6232667387
In simple terms:
RTM answers the question – “Have we tested everything we were supposed to?”
Why Do We Need an RTM?
When Do We Build It?
How to Build an RTM?
Step 1 – Gather Requirements
Step 2 – Create a Table
Step 3 – Map Requirements to Test Cases
Step 4 – Add Execution and Defect Links
Step 5 – Maintain and Update
Common Fields in RTM
Example RTM (Simplified)
✅ In summary: The RTM is a quality assurance safety net — it ensures that no requirement slips through the cracks, helps track testing progress, supports compliance, and makes requirement changes easier to manage.