Nicolas Frankel

Nicolas Frankel

Software Architect with +12 years experience consulting for many different customers, in a wide range of contexts, such as: telecoms, banking, insurances, large retail and public sector.
He’s generally focused on Java and JavaEE technologies, but also narrowed interests like Software Quality, Build Processes and Rich Internet Applications. Currently working for a eCommerce solution vendor leader. He’s also double as a teacher in universities and higher education schools, and a trainer for experienced pros, and triples as a book author.

Talk: Improve your tests quality 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.
In this talk, I will explain how Code Coverage is computed and what its inherent flaw is. Afterwards, I will describe how Mutation Testing work and how it helps pointing out code that is tested but leave out corner cases. I will also demo PIT, a Java production-grade framework that enables Mutation Testing on a simple code base. If time allows, a demo will also show how PIT can be integrated with Sonar.