开发者

applications of mutation testing [closed]

开发者 https://www.devze.com 2023-02-24 00:52 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_运维问答
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_运维问答

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 question

what 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消