Before going to RTM ,let me debrief about the Traceability matrix.A traceability matrix is a document that co-relates any two documents that require a many-to-many relationship to check the completeness of the relationship. It is used to track the requirements and to check the current project requirements are met.
Requirement Traceability Matrix
Requirement Traceability Matrix or RTM captures all requirements proposed by the client or development team and their traceability in a single document delivered at the conclusion of the life-cycle.
In other words, it is a document that maps and traces user requirement with test cases. The main purpose of Requirement Traceability Matrix is to see that all test cases are covered so that no functionality should miss while testing.
It also helps to trace the testcase from the requirement and vice versa. So if we get any bug we can directly trace the requirement. Its bi-directional.
RTM(Requirements Trace Matrix ) is also used as a test planning tool to help determine how many tests are required, what types of tests are required, whether tests can be automated or manual, and if any existing tests can be re-used. Using the RTM in this way helps ensure that the resulting tests are most effective.
Also in case of any change in the application/requirement we can direcly check the testcases and update it.
Requirement Traceability Matrix – Parameters include
Requirement ID
Risks
Requirement Type and Description
Trace to design specification
Unit test cases
Integration test cases
System test cases
User acceptance test cases
Trace to test script
Requirement Traceability Matrix
Requirement Traceability Matrix or RTM captures all requirements proposed by the client or development team and their traceability in a single document delivered at the conclusion of the life-cycle.
In other words, it is a document that maps and traces user requirement with test cases. The main purpose of Requirement Traceability Matrix is to see that all test cases are covered so that no functionality should miss while testing.
It also helps to trace the testcase from the requirement and vice versa. So if we get any bug we can directly trace the requirement. Its bi-directional.
RTM(Requirements Trace Matrix ) is also used as a test planning tool to help determine how many tests are required, what types of tests are required, whether tests can be automated or manual, and if any existing tests can be re-used. Using the RTM in this way helps ensure that the resulting tests are most effective.
Also in case of any change in the application/requirement we can direcly check the testcases and update it.
Requirement Traceability Matrix – Parameters include
Requirement ID
Risks
Requirement Type and Description
Trace to design specification
Unit test cases
Integration test cases
System test cases
User acceptance test cases
Trace to test script