Mutation Testing: Make your tests bulletproof - 1
Mutation Testing is "testing the tests" by modifying or mutating the actual code to understand if existing tests fail.
Before we understand what Mutation testing is, we need to understand what the code coverage is.
When someone says "I follow minimu...
anupbaranwal.hashnode.dev2 min read