How to Improve Test Coverage a Little Bit Each Iteration

Here’s an approach that I like:

  1. List your test cases.

  2. Classify each test by risk, how expensive it is to do manually, and how expensive it is to automate.

  3. Sort the list in priority order.

  4. Automate a few tests each iteration, starting from the highest priority.

So, let’s take a look at each of these steps.

Get Lean from the Trenches now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.