Prepare for your Next Interview
This is a discussion on Traceability Matrix within the Testing Templates forums, part of the Software Testing category; Hi friends, please give me a clear idea on Treaceability Matrix....
|
|||
|
Re: Traceability Matrix
Treacbility matrix is a table which maps our Requirements with Testcases.
By using this matrix we can easily find out whether we have desined Testcases for all the requirements or not. |
|
|||
|
Quote:
Traceability Matrix is a document that will map the test cases against the customer requirements. This document is useful for tracking purpose i.e. all the requirements have a test case for them. |
| The Following User Says Thank You to mkarthik6482 For This Useful Post: | ||
|
|||
|
Re: Traceability Matrix
Quote:
Traceability Matrix is a document that will map the test cases against the customer requirements. This document is useful for tracking purpose i.e. all the requirements have a test case for them. |
|
|||
|
Re: Traceability Matrix
Traceability Matrix is very useful in testing.
Tracebility Matrix means: To map the test requirement and the test case ID, whether it is fulfilling the coverage or not. By using this we can find test cases covered all functionalities or not. |
|
|||
|
Re: Traceability Matrix
Traceability Matrix is a set of rules to trace the deliverable to the requirement and vice versa.
Traceability Matrix is used to
Taking the time to cross-reference each requirement to a deliverable ensures that a deliverable is consistent with the customer and system requirements. A requirement that cannot be mapped to a deliverable is an indication that something is missing from the deliverable. Likewise, a deliverable that cannot be traced back to a requirement may mean the system is delivering more than required. Useful traceability matrices examples:
Although the construction and maintenance of traceability matrices may be time-consuming, they are a quick reference during verification and validation tasks. |
|
|||
|
Re: Traceability Matrix
hi firenz,
this matrix helps the TE in backing up the issues raised by him in relation to the bugs, in the triages . Last edited by saritha_racharla : 09-05-2007 at 03:42 AM. Reason: incomplete reply |
|
|||
|
Quote:
Hello saritha, your understanding towards TM is wrong |
|
|||
|
Re: Traceability Matrix
The TE can backup the bugs raised by him by referring to the requirements and TestCases covered with reference to the Traceability Matrix
|
|
|||
|
Re: Traceability Matrix
This traceablity matrix will be used by the test leads and the managers of testing and Requirement for their quick reference. This will be prepared by the Test Lead.
|
|
|||
|
Re: Traceability Matrix
Quote:
Tracability Matrix is the main document for testing dept. It gives a clear information about testing status like, Howmany senarios we wrote, under one senarion howmany test cases written,how many executed, howmany to be excuted, even no of bugs module wise we can maitain in this. It's again depends upon the organaisational standard template. |
|
|||
|
Traceability Matrix also called Requirement Traceability Matrix is the document which shows the relationship between the functionalities or the business rules and the test cases.
|
|
|||
|
To identify whether all the test cases written and the requirement documents are in synch, the Traceability matrix or coverage matrix is used. Once the tester write the test cases it will entered in the matrix sheet. It will then reviwed either by the Reviewer or Test Lead and validate that all the specification mentioned in the Requirement document are covered and splitted in to all possible scenarios in the format of test case.
In general, the Traceability matrix will have the following fields: 1. Requirement ID 2. Requirement received Date 3. Module Name 4. Responsible Tester Name 5. Reviewer Name 6. Test case name 7. Build / Version number 8. Associated Defects 9. Reviewer Comments. The traceability matrix can either be maintained in the excel sheet or in any of the specified tools. |
| The Following User Says Thank You to sridharrganesan For This Useful Post: | ||
|
|||
|
Re: Traceability Matrix
Hi,
Could anyone attach/provide Traceability matrix template. It would be helpful if someone attach all the templates related to Software Testing. So that we all can put our comments and suggessions to get proper templates. Thanks, |
|
|||
|
Re: Traceability Matrix
Traceability Matrix:
Its a document that is used for mapping the test cases with the use cases. Its generally to check whether Test cases meets all the requirements described in the Uses Cases or not. |