Code Coverage and Test Coverage
Code coverage is an overly relied upon metric that tells you how much of your code is executed during automated testing. It’s nice to know but you should be more concerned with overall test quality.
Code coverage is an overly relied upon metric that tells you how much of your code is executed during automated testing. It’s nice to know but you should be more concerned with overall test quality.