The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
252 views

Mutation testing: is it useful for assessing test quality?

This is part of my quest how to test my tests and test data. I looked at the techniques that would help improve my test cases. While code/branch coverage can tell me whether my test suites cover my ...