gezel Gezel Handboek

Test Suite Backfill

Add a meaningful test suite to existing untested (or under-tested) code, prioritizing the highest-risk behavior and edge cases over vanity coverage. Scopes coverage FIRST — the public surface, the critical paths, the edge/error cases, and the target the tests must hit — then writes characterization and edge-case tests that pin real behavior and would catch real regressions. Covers test prioritization, characterization tests, edge/error-case coverage, arrange-act-assert structure, and coverage-that-matters over line-count chasing.

How it runs

#StepWho runs itWhat happens
1Coverage scopePlannerlock the surface, critical paths, edge cases, target
2Write the testsDevelopercharacterization + edge-case tests that catch regressions
3EvaluateReviewerGrade the deliverable against every acceptance criterion. All pass → finish; any fail → loop back and fix the gap.
4FinishDeveloperAll acceptance criteria met. Stamp a short summary and report DONE.

Say something like "add tests to this code" or "backfill tests" or "increase test coverage" or "write tests for an untested module" or "test this function" in chat to start it.

Watch this article as a slideshow