January 2020
Intermediate to advanced
304 pages
9h 8m
English
Chapter 1. The goal of unit testing
1.1. The current state of unit testing
1.3. Using coverage metrics to measure test suite quality
1.3.1. Understanding the code coverage metric
1.3.2. Understanding the branch coverage metric
1.4. What makes a successful test suite?
1.4.1. It’s integrated into the development cycle
1.4.2. It targets only the most important parts of your code base