Today most of us know why testing is necessary in order to ensure the behavior of our code goes as expected, but how can we be sure that our tests are checking what we need to? Here is where mutation testing comes in handy What is mutation testing? Mutation Testing is a technique used…