What is Traceability Matrix in Testing?
I want to know what is Traceability Matrix in Testing?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jul 11, 2012, 3:44 AM
Traceability Matrix is a document used for tracking the requirement, Test cases and the defect. This document is prepared to make the clients satisfy that the coverage done is complete as end to end, This document consists of Requirement/Base line doc Ref No., Test case/Condition, Defects/Bug id. Using this document the person can track the Requirement based on the Defect id.
Please refer
http://www.softwaretestingtimes.com/2010/04/traceability-matrix-from-software.html
http://quality-assurance-software-testing.blogspot.in/2006/12/what-is-traceability-matrix.html
http://en.wikipedia.org/wiki/Traceability_matrix
hope this will help you.
Satyapriya NayakPosted Jul 11, 2012, 3:13 AM
Traceability Matrix is a table that correlates or design documents to test documents. This verifies that the test results are correct and is also used to change tests when the source documents are changed.
It is a document used for tracking the requirement, Test cases and the defect. This document is prepared to make the clients satisfy that the coverage done is complete as end to end, this document consists of Requirement/Base line doc Ref No., Test case/Condition, Defects / Bug id. Using this document the person can track the Requirement based on the Defect id.
Thanks