Rescue Your Tests with Mutation Testing

Unit testing ensures your production code is relevant. But what does ensure your testing code is relevant? Come discover mutation testing and make sure your never forget another assert again. In the realm of testing, the code coverage metrics is the most often talked about. However, it doesn’t mean that the test has been useful or even that an assert has been coded. Mutation testing is a strategy to make sure that the test code is relevant.

This talk explains how Code Coverage is computed and what its inherent flaw is. Afterwards, I describes how Mutation Testing works and how it helps pointing out code that is tested but leave out corner cases.

Video producer: http://itakeunconf.com/
Slides of the presentation: http://itakeunconf.com/wp-content/uploads/2016/05/Mutation-Testing-to-the-rescue-of-your-tests.pdf