Mutation Testing

Posted on Simple Talk See other posts from Simple Talk
Published on 17 June 2010 Indexed on 2010/06/18 13:44 UTC
Read the original article Hit count: 356

Filed under:
You may have a twinge of doubt when your code passes all its unit tests. They might say that the code is OK, but if the code is definitely incorrect, will the unit tests fail? Mutation Testing is a relatively simple, but ingenious, way of checking that your tests will spot the fact that your code is malfunctioning. It is definitely something that every developer should be aware of.

© Simple Talk or respective owner

Related posts about .NET Tools