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.
Sort: