To hit several recent Sprint deadlines, the firmware team repeatedly skipped writing automated regression tests for a navigation module, and the following Sprint was largely consumed fixing regressions that those tests would have caught, so what does this best illustrate?
Select an answer to reveal the explanation.
Short Explanation
Skipping the regression tests to finish faster now is like skipping a car's routine maintenance to save time this week — it doesn't disappear, it just shows up later as a bigger repair bill. The following Sprint spent on fixing regressions is exactly that bill coming due, which is what technical debt looks like in practice.
Full Explanation
Technical debt is the deferred cost of choosing speed over rigor, and it rarely stays contained to the Sprint where the shortcut was taken — it resurfaces later, often at a moment less convenient than the original deadline pressure. Here, skipping automated regression tests let the team hit its immediate Sprint deadlines, but the missing safety net meant regressions went undetected until they had already accumulated, and untangling them consumed a large share of the following Sprint's capacity. This is a direct illustration of how forgoing sound engineering practice does not save time overall; it borrows time from the future at a cost that is usually higher than the amount originally saved. A poorly written Sprint Goal or an underestimated module would produce different symptoms — missed scope or unclear focus — rather than a Sprint dominated by fixing previously undetected regressions. The scenario also does not imply the Definition of Done lacked any testing requirement; it more likely means the team deprioritized following its own standard under pressure, which is a discipline problem rather than a missing standard. A useful operational check going forward is to track how much of each Sprint's capacity goes to fixing defects versus building new Product Backlog items — a rising share spent on fixes is an early warning of accumulating technical debt before it consumes an entire Sprint.