Geeks Talk

Prepare for your Next Interview




Test Coverage Matrix

This is a discussion on Test Coverage Matrix within the Testing Issues forums, part of the Software Testing category; What is Test Coverage Matrix? What is Traceability matrix? whats is the difference between the two?...


Go Back   Geeks Talk > Software Testing > Testing Issues

Register FAQ Members List Calendar Mark Forums Read

Reply

 

Thread Tools Display Modes
  #1 (permalink)  
Old 06-27-2006
Expert Member
 
Join Date: Apr 2006
Location: India, Hyderabad
Posts: 129
Thanks: 19
Thanked 41 Times in 17 Posts
bvani is on a distinguished road
Arrow Test Coverage Matrix

What is Test Coverage Matrix? What is Traceability matrix? whats is the difference between the two?
Reply With Quote
The Following 4 Users Say Thank You to bvani For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 06-29-2006
Contributing Member
 
Join Date: May 2006
Posts: 66
Thanks: 1
Thanked 5 Times in 4 Posts
janelyn is on a distinguished road
Re: Test Coverage Matrix

The test coverage is documented as simple matrix called as test coverage matrix. In this test coverage matrix the test implementation and operations are mentioned in column and the test cases are mentioned in row. It is a very good technique for test coverage. Traceability matrix is used in a software development process and is sued with high level requirements which correlate two base lined documents.
Reply With Quote
The Following User Says Thank You to janelyn For This Useful Post:
  #3 (permalink)  
Old 06-29-2006
Contributing Member
 
Join Date: May 2006
Posts: 88
Thanks: 0
Thanked 10 Times in 9 Posts
norman is on a distinguished road
Re: Test Coverage Matrix

The answer was very useful but could you give a example of test coverage matrix. Also it would be nice if you could throw highlight on at what stages of software development life cycle the test coverage matrix and traceability matrix gets applied
Reply With Quote
  #4 (permalink)  
Old 09-29-2006
Junior Member
 
Join Date: Mar 2006
Posts: 1
Thanks: 0
Thanked 2 Times in 1 Post
Sivakanth is on a distinguished road
Re: Test Coverage Matrix

Quote:
Originally Posted by bvani View Post
what is test coverage matrix? what is traceability matrix? whats is the difference between the two?
hi,

traceability matix serves in mapping the test cases to the requirements. It serves as a checklist wherein all the requirements (of srs) are listed and the test cases covering the corresponding requirement is listed against each requirement. Every company may have their own template for rtm, but they serve the same purpose as described above.

Test coverage matrix, on the hand, is also a checklist which ensures that the functionality of the given screen(unit) is checked in all possible combinations (positive and negative) which have not been covered in test cases. Test coverage matrix is usually prepared for a screen having large number of controls(textboxes, dropdowns, buttons etc) usually, test coverage matrix is prepared in a spread sheet having all the controls (textboxes, dropdowns, buttons etc) in the columns and then all possible entries in those fields in the rows with an ''yes'' or ''no'' in the rows against the controls listed in the columns. For example, consider a ''login'' screen wherein we have ''username'' and ''password" textfields.

While preparing test coverage matrix, the first column will be ''s.no'' and the second will be ''username" and ''password" will be the third field followed by ''ok'' and ''cancel'' button. Then, in the first row for s.no 1, enter ''yes'' for both ''user name'' and ''password'' columns, ''yes'' implying that a value is entered in that field. In the second row, enter ''yes'' and ''no'' and in the third row, ''no'' and 'yes'' and so on.

The complexity increases with the number of controls in the screen. Each of the row is considered as one condition and executed while testing. This is how we prepare test coverage matrix. (this is a black box testing technique). Hope i have made sense. Cheers
Reply With Quote
The Following 2 Users Say Thank You to Sivakanth For This Useful Post:
  #5 (permalink)  
Old 10-09-2006
Junior Member
 
Join Date: Oct 2006
Location: bangalore
Posts: 17
Thanks: 0
Thanked 3 Times in 3 Posts
nandeesh.keelara is on a distinguished road
Re: Test Coverage Matrix

Quote:
Originally Posted by nehalshah View Post
Really a very interesting and useful discussion going on. I learnt a lot from this discussion.
the explination for traceabality matrics is correct. but it also includes all software development actvities include coding, design, etc but when come to test coverage matrics it only depends on how the testing is done on perticular madule in all the aspect, means different types of testing like functinal , system( performance, compatabality etc)
Reply With Quote
  #6 (permalink)  
Old 10-13-2006
Junior Member
 
Join Date: Sep 2006
Posts: 24
Thanks: 0
Thanked 2 Times in 2 Posts
RajivPrasad is on a distinguished road
Re: Test Coverage Matrix

Hello all the discussion is really interesting. But it would be great if we could add all the types of matrix involved in Testing process so that we all could get knowledge shared about all the matrix. Could anyone initiate this. Since I am not aware of the matrix I am not initiating. Someone could take the lead.
Reply With Quote
The Following User Says Thank You to RajivPrasad For This Useful Post:
  #7 (permalink)  
Old 01-19-2007
Junior Member
 
Join Date: Jan 2007
Location: India
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
mjksankari is on a distinguished road
Horizontal traceability Matrix

What is exactly Horizontal traceability matrix, vertical traceability matrix and bidirectional traceability matrix?
Reply With Quote
  #8 (permalink)  
Old 01-19-2007
Expert Member
 
Join Date: Oct 2005
Location: india,cochi,bangalore
Posts: 395
Thanks: 2
Thanked 8 Times in 7 Posts
vmshenoy is on a distinguished road
Re: Horizontal traceability Matrix

hi

Bidirectional is backward and forward tracebility.


Forward tracebility starts from requirements, then the design and code


Backward tracebility means the opposite or rather you can say reverse direction.We see that end product has met requirements or not!
bye
__________________
:)
NEVER SAY DIE.
Reply With Quote
  #9 (permalink)  
Old 02-07-2007
Expert Member
 
Join Date: Jan 2007
Location: Chennai
Posts: 139
Thanks: 1
Thanked 44 Times in 29 Posts
Sridevichitthu is on a distinguished road
Re: Coverage matrix

Hi Nalini,

Geekinterview discussed about this Topic already.Here is the link you can refer to http://www.geekinterview.com/talk/37...ge-matrix.html (Test Coverage Matrix)

Regards,
Sridevi
Reply With Quote
  #10 (permalink)  
Old 04-27-2007
Junior Member
 
Join Date: Mar 2007
Location: Mumbai
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
varam is on a distinguished road
traceability matrix

what are the field available in traceability matrix can any body explain with details

how we will do traceability matrix ? who will do the traceability matrix

Thanks,
Reply With Quote
The Following User Says Thank You to varam For This Useful Post:
  #11 (permalink)  
Old 05-04-2007
Junior Member
 
Join Date: May 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
bobbybindaas is on a distinguished road
Re: traceability matrix

tracability matrix is nothing but mapping between system requirements and test cases. it is used to check whether all the functionalities are covered or not.

It is written by testers.

s.no,tcd no,bdd no,fpd, something like this but its not complete..
Reply With Quote
  #12 (permalink)  
Old 05-04-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 866
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: traceability matrix

A method used to validate the compliance of a process or product with the requirements for that process or product. The requirements are each listed in a row of the matrix and the columns of the matrix are used to identify how and where each requirement has been addressed.
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
The Following User Says Thank You to jainbrijesh For This Useful Post:
  #13 (permalink)  
Old 05-28-2007
Junior Member
 
Join Date: May 2007
Location: Bangalore
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Sanjay.K is on a distinguished road
What are the types of Metrix?

Explain each in detail.
Reply With Quote
  #14 (permalink)  
Old 05-28-2007
Junior Member
 
Join Date: May 2007
Location: chennai
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
vigneshatgeek is on a distinguished road
Re: What are the types of Metrix?

Metrics are measurements. Measurements are inevitable in order to have project estimates(such as cost, time, man hours..)
Basically there are two types of metrics from what i know.
1. Process related metrics
2. Product related metrics
Reply With Quote
  #15 (permalink)  
Old 05-29-2007
Junior Member
 
Join Date: May 2007
Location: bangalore
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
harishraju is on a distinguished road
Post What is Metrix and types of metrix

What is Metrix and types of metrix
Reply With Quote
  #16 (permalink)  
Old 05-30-2007
Contributing Member
 
Join Date: May 2006
Location: Hyderabad, India
Posts: 81
Thanks: 4
Thanked 11 Times in 10 Posts
bharathi_ark is on a distinguished road
Re: traceability matrix

The purpose of traceability matrix is to ensure that mapping in between requirements of the customer and test cases designed by testengineers.

It is prepared by QA/TTL.

By using this matrics we can find out
1. whether all testcases are completed w.r.t requirements
2. How many test cases are passed How many testcases are failed
3. How many defects are fixed and how mnay are yet to be fixed when any of the testcases are failed

So that this matrix consists of coloumns from BRD to until defects are resolved that means BRD, FRS, Testcase ID, Test cases description, test cases P/F, defect ID, defect description, Defect closed/fixed/resolved.
Reply With Quote
  #17 (permalink)  
Old 06-27-2007
Junior Member
 
Join Date: Apr 2007
Location: Hyderabad, India
Posts: 5
Thanks: 0
Thanked 2 Times in 2 Posts
purna.gudipati is on a distinguished road
Re: Test Coverage Matrix

Thanks to all the memebers.

Can any one kindly put a table format of that matrix. so that we can understand it in a better way.

Thanks in advance.
Reply With Quote
  #18 (permalink)  
Old 08-21-2007
Junior Member
 
Join Date: Aug 2007
Location: bangalore
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
raghavendra.hosur is on a distinguished road
Smile Re: Test Coverage Matrix

hi,
my self raghavendra i am having a dought regarding how to handle change in image by using qtp