Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Traceability Matrix

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....

Go Back   Geeks Talk > Software Testing > Testing Templates
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 08-17-2007
Junior Member
 
Join Date: Aug 2007
Location: Delhi
Posts: 7
Thanks: 0
Thanked 2 Times in 2 Posts
suhanip is on a distinguished road
Smile Traceability Matrix

Hi friends,

please give me a clear idea on Treaceability Matrix.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-18-2007
Junior Member
 
Join Date: Jul 2007
Location: hyderabad
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
naags is on a distinguished road
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.
Reply With Quote
  #3 (permalink)  
Old 08-25-2007
Junior Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
mkarthik6482 is on a distinguished road
Smile Re: Traceability Matrix

Quote:
Originally Posted by suhanip View Post
Hi friends,

please give me a clear idea on Treaceability Matrix.
Hi,
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.
Reply With Quote
The Following User Says Thank You to mkarthik6482 For This Useful Post:
  #4 (permalink)  
Old 08-25-2007
Junior Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
mkarthik6482 is on a distinguished road
Re: Traceability Matrix

Quote:
Originally Posted by suhanip View Post
Hi friends,

please give me a clear idea on Treaceability Matrix.
Hi,
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.
Reply With Quote
  #5 (permalink)  
Old 08-27-2007
Junior Member
 
Join Date: Jul 2007
Location: India
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
sathishvaleti is on a distinguished road
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.
Reply With Quote
  #6 (permalink)  
Old 08-28-2007
Junior Member
 
Join Date: May 2007
Posts: 19
Thanks: 0
Thanked 1 Time in 1 Post
luk_x is on a distinguished road
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
  • verify and validate system specifications,
  • ensure that all final deliverable documents are included in the system specification, such as process models and data models,
  • Improve the quality of a system by identifying requirements that are not addressed by configuration items during design and code reviews and by identifying extra configuration items that are not required. Examples of configuration items are software modules and hardware devices,
  • provide input to change requests and future project plans when missing requirements are identified,
  • Provide a guide for system and acceptance test plans of what needs to be tested.


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:
  • Functional specification to requirements document: It shows that each requirement (obtained from a preliminary requirements statement provided by the customer or produced in the Concept Definition stage) has been covered in an appropriate section of the functional specification.
  • Design specification to functional specification verifies that each function has been covered in the design.
  • System test plan to functional specification ensures you have identified a test case or test scenario for each process and each requirement in the functional specification.



Although the construction and maintenance of traceability matrices may be time-consuming, they are a quick reference during verification and validation tasks.
Reply With Quote
  #7 (permalink)  
Old 09-05-2007
Junior Member
 
Join Date: Jul 2007
Location: secunderabad
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
saritha_racharla is on a distinguished road
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 04:42 AM. Reason: incomplete reply
Reply With Quote
  #8 (permalink)  
Old 09-05-2007
Junior Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
mkarthik6482 is on a distinguished road
Smile Re: Traceability Matrix

Quote:
Originally Posted by saritha_racharla View Post
hi firenz,
this matrix helps the TE in backing up the issues raised by him in relation to the bugs, in the triages .


Hello saritha, your understanding towards TM is wrong
Reply With Quote
  #9 (permalink)  
Old 09-05-2007
Junior Member
 
Join Date: Jul 2007
Location: secunderabad
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
saritha_racharla is on a distinguished road
Re: Traceability Matrix

Quote:
Originally Posted by mkarthik6482 View Post
Hello saritha, your understanding towards TM is wrong
The TE can backup the bugs raised by him by referring to the requirements and TestCases covered with reference to the Traceability Matrix
Reply With Quote
  #10 (permalink)  
Old 09-06-2007
Junior Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
mkarthik6482 is on a distinguished road
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.
Reply With Quote
  #11 (permalink)  
Old 09-26-2007
Junior Member
 
Join Date: Aug 2007
Location: India
Posts: 5
Thanks: 0
Thanked 2 Times in 1 Post
dileeppanduru is on a distinguished road
Re: Traceability Matrix

Quote:
Originally Posted by suhanip View Post
Hi friends,

please give me a clear idea on Treaceability Matrix.

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.
Reply With Quote
  #12 (permalink)  
Old 09-26-2007
Junior Member
 
Join Date: Aug 2007
Location: India
Posts: 5
Thanks: 0
Thanked 2 Times in 1 Post
dileeppanduru is on a distinguished road
Re: Traceability Matrix

How do we know which is the correct answer for our questions ?
Reply With Quote
  #13 (permalink)  
Old 10-05-2007
Junior Member
 
Join Date: Sep 2006
Location: New Jersey
Posts: 26
Thanks: 17
Thanked 1 Time in 1 Post
zecar is on a distinguished road
Post Re: Traceability Matrix

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.
Reply With Quote
  #14 (permalink)  
Old 10-24-2007
Moderator
 
Join Date: Sep 2007
Location: Chennai, INDIA
Posts: 406
Thanks: 2
Thanked 197 Times in 91 Posts
sridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura about
Thumbs up Re: Traceability Matrix

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.
Reply With Quote
The Following User Says Thank You to sridharrganesan For This Useful Post:
  #15 (permalink)  
Old 03-03-2008
Junior Member
 
Join Date: Mar 2008
Location: GA, U.S.A
Posts: 7
Thanks: 3
Thanked 2 Times in 1 Post
prasannakris is on a distinguished road
Re: Traceability Matrix

Hi,
am new here, anyone have RTM document template.

Thank u.
Reply With Quote
  #16 (permalink)  
Old 06-13-2008
Junior Member
 
Join Date: Jun 2008
Location: UK
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
keshavacp2008 is on a distinguished road
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,
Reply With Quote
  #17 (permalink)  
Old 07-21-2008
Junior Member
 
Join Date: Jul 2008
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
poo09in is on a distinguished road
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.
Reply With Quote
  #18 (permalink)  
Old 07-30-2008
Junior Member
 
Join Date: Jul 2008
Posts: 10
Thanks: 3
Thanked 1 Time in 1 Post
hakeem is on a distinguished road
Re: Traceability Matrix

Hi,

Can anyone provide the template for the Traceability Matrix.

Thanks.
Reply With Quote
The Following User Says Thank You to hakeem For This Useful Post:
  #19 (permalink)  
Old 08-01-2008
Junior Member
 
Join Date: Dec 2007
Location: hyd
Posts: 21
Thanks: 0
Thanked 2 Times in 1 Post
ravikumarch is on a distinguished road
Cool Re: Traceability Matrix

Traceablity matrix is nothing but a mapping between the specifications and Test cases.

how many test cases written for perticular specification and all the test cases for specified specification.

Template for traceablity matrix .

Specification document name Specification no test case document name Test case No.

please let me do you have any confusion.

Thanks&Regards,

Ravikumar ch

Cybage software Pvt ltd.
Reply With Quote
  #20 (permalink)  
Old 08-09-2008
Expert Member
 
Join Date: Apr 2008
Location: Tamilnadu
Posts: 1,461
Thanks: 15
Thanked 150 Times in 141 Posts
deepasree has a spectacular aura aboutdeepasree has a spectacular aura about
Re: Traceability Matrix

hi friend..

Already you can view enough information regarding the traceability matrix.. from my side you just refer the link specified Traceability matrix - Wikipedia, the free encyclopedia.. may be this link can help you

Thanks
Deepasree
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Templates

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Requirement Traceability Matrix RTM HELP koolbuzz Testing Issues 3 05-26-2008 03:27 AM
Test Coverage Matrix bvani Testing Issues 21 10-16-2007 06:59 AM
interdependency matrix whizen Testing Issues 2 09-06-2007 03:24 PM
How to display following matrix? orlando SQL 4 03-13-2007 03:53 AM
Test Matrix prakashnemesis Test Cases 6 05-25-2006 02:47 AM


All times are GMT -4. The time now is 04:46 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved