Hi,
Tracebility Matrix is used to track down all the business requirements with correspondng SRS(Sytem Requirement Specisications)...by end of the project this will make sure all the business needs are met
Hi,
Tracebility Matrix is used to track down all the business requirements with correspondng SRS(Sytem Requirement Specisications)...by end of the project this will make sure all the business needs are met
Some of the terms that you hear in testing are:
1. Requirements
2. Test Cases
3. Test Sets/ Test Cycle
4. Defects
5. Traceability Matrix
The traceability matrix is a link between all of the above. This helps to find out the status of the testing project, quality of the product, or requirements, how many bugs were found. In overall it tells whether the product is ready to release or not. In another word – it is like GPS to the management.
If we don't have it, it will be hard to find the true status of testing project. We will not be able to know whether the testing is complete or not and be able to trust the product quality. This is one of the requirements to meet FDA, ISO and other standards.
Traceability is to mapping from requirement elements to design elements, design
elements to code elements, code elements to test cases.
This mapping is maintain any basic format of traceability matrix.
R. No.
Requirement id Design
Code
Test case
Traceability matrix is a table which maps our Requirements with Testcases.By using this matrix we can easily find out whether we have designed Testcases for all the requirements or not.