Requirements coverage is the same as Tracebility Matrix---It is map to trace the test cases agianst the requirements and to trace which requirement has been met with which test case.
Login to rate this answer.
BISWAJIT PANI
Answered On : Jun 19th, 2006
Requirements Coverage indirectly known as Tracebility Matrix
it means we have to cross check whether our application covers all requirements of customer or not....
so that we can build and test the application without failing of any requirements which is the most critical features of Customer satisfaction..
Regards
Biswajit Pani ( 09986183456)
Panibiswajit@yahoo.com
Login to rate this answer.
Hi,
Requirement coverage is nothing but Requirement Treceability Matrix.
A document showing the relationship between Test Requirements and Test Cases.
Purpose:
We can check that all functionality mentioned in the requirements are covered by the testcases.
It helps ensure that design specifications are appropriately verified, that functional requirements are appropriately validated
Regrds
Prasad
Login to rate this answer.
Requirements Coverage
while testing if i want to make sure that all the requirements were cover then i need to write all possibilities of test cases and need to map those test case to requirements, for the sake we have a document called Requirement Traceability Matrix.
Login to rate this answer.