How to check whether the test case has covered all the requirements other than tracebaility matrix.

link|improve this question
feedback

1 Answer

There is no tool for this, if this is what you are looking for. Having said that 100% test coverage of requirements in unattainable. Your coverage should always be driven by specific situation, including the desires of the stakeholders. I recommend you read about context driven testing.

You can use a mix of traceability matrix and code coverage to get a reasonable idea if you want.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.