Sometimes people level the “tests are too expensive” argument. Kent Beck (Mr. Extreme Programming) provides a refreshingly scientific journey into why the lifetime cost of tests is small.
One main point is that most failed test runs are caused by a single failure, and those single failures usually aren’t too hard/expensive to fix.
It’s a good caution against using average failure rates when calculating how much tests hurt you.

