applications of mutation testing [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this questionwhat are different applications of mutation testing?
Mutation testing is used to "test your test cases". The idea is to make small mutations to your application and then run your tests to make sure they catch the bugs added by these mutations.
There is a good explanation with examples posted here.
精彩评论