Mutation testing is the practice of deliberately introducing faults (called “mutants”) into your source code and then running the test suite against the mutated code. This approach can help you gain confidence in your test suite. It demonstrates that the tests work as intended to catch defects in the code.

7m read timeFrom about.codecov.io
Post cover image
Table of contents
Understanding Mutation TestingWrapping Up

Sort: