what is test coverage matrix? what its use? and its format?
Answers were Sorted based on User's Feedback
Answer / smitha .r
Test Coverage matrix is slightly different from
Traceability matrix.
Traceability Matrix is mapping the number of testcases that
serves to cover the number requirements. Its nothing but
Requirement versus no. of test cases. Its in bit high level.
where as Test coverage matrix is no. of test cases covered
for a all test scenario or for a screen/page.
It is very much in low level trying to cover as much as
possible(testcases covered).
Is This Answer Correct ? | 9 Yes | 6 No |
Answer / e edwards
The test coverage matrix is used as a test tool to map Test
Cases (or business processes and scenario) against Test
Conditions. The test conditions themselves may be linked to
business requirements identified in the Requirements and
Traceability matrix but it's mainuse is to identify all
test conditions are 'covered' against the business
processes / scenarios.
It is a way also, of reducing the amount of tests that need
to be run during execution by including the relevant test
condition to the relevant test case.
This will then form the basis of the Test Scripts.
The matrix can be used to populate the requirements
coverage (in Quality Centre for example). Each test Case
becomes a Script which should include as a minimum, the
test conditions identified in the matrix.
The benefit of this matrix is that the same test condition
can be tested under varying processes through the
application ensuring that it behaves in the same way
depending on the route through, without an excessive number
of test scripts.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / najmul
Test coverage matrix is a checklist which ensures that every functionality of application is tested or not.mainly for that functions for which test cases are not written.It is generally created for a user screen where there are plenty of controls.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / rafi
test coverage matrix is also called as tracibilty matrix,it
is a matrix to check whether test cases are covered or nor
based on the requirements.it's like check list.we will
check each test case with the requirements.
Is This Answer Correct ? | 4 Yes | 12 No |
Answer / sekhar
it think test coverage matrix is nothing but requirement
tracible matrix, to test client requiremts mapping with
test cases .
by
sekhar
if U got any ifromation rather than this Ans.Please send
me to
sekharbirada@gmail.com
Is This Answer Correct ? | 1 Yes | 11 No |
What is Mixed Testing
Please explain software release process in detail.
what do u know about ERP , INSURANCE DOMAINS?
2 Answers Bartronics, NDL, TCS,
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
when to start and stop testing?
Test cases have written according to Flow of the software working or according to Screens?
which certification we have to complete first? ISTQB or CSTE? in ISTQB which level i have to choose? Foundation level or advanced level? Can any one tell what will be the syllabus and how tough it will be? pls anyone share the experience
If I have written the test cases for any module.And some features are added/removed to & from that module then what should I do with test cases?
Smoke Testing is responsibility of Tester & Developer ?
14.What is function point breakdown?
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
FTP is a application program to upload files to server write a test cases to check the system after successfull uploading we get the message files uploaded successfully?