What is mutation testing?

Mutation testing is a technique that aims to help tackle the problem of getting insight into the quality of your tests, mostly in their capability to detect unwanted changes in your codebase.

Read more about mutation testing here!

1 Like