Team
Test the whole flow, not just the unit.
A routine run together with what it calls and what it fires, for real.
- Full test set per root, with valid inputs, boundaries and one per branch
- Run through the actual call chain
- Coverage measured across root, callees and triggers
- Standalone routines noted, not duplicated
The Integration Testing Report
- Same four summary cards, measured across the whole call map
- One row per root function
- Click a root for its call map, in real call order
- Per-test write footprint across every table the map touches
- Stitched annotated source of every function in the map
A root's call map drill-down.
What an uncovered line means here
- The root's inputs never reached it through the whole flow
- Not "the callee had no test", since the callee's own unit test still covers it
- Part of the Team edition
- Same seed data and report format as the unit tests