nerdexam
Scaled_Agile

SAFE-SPC · Question #125

Test automation is typically included in the Definition of Done (DoD).

The correct answer is B. False. Option B is correct because the Definition of Done describes the criteria that must be met for a work item to be considered complete - things like code reviewed, acceptance criteria met, and documentation updated. Test automation is a technical practice or strategy, not a…

Team and Technical Agility

Question

Test automation is typically included in the Definition of Done (DoD).

Options

  • ATrue
  • BFalse

How the community answered

(39 responses)
  • A
    10% (4)
  • B
    90% (35)

Explanation

Option B is correct because the Definition of Done describes the criteria that must be met for a work item to be considered complete - things like code reviewed, acceptance criteria met, and documentation updated. Test automation is a technical practice or strategy, not a universal DoD requirement; many teams define "done" without mandating that automated tests be written, especially in contexts where manual testing satisfies the DoD.

Why A is wrong: While some mature Agile teams do include test automation in their DoD, this is a team-specific choice - not the norm across the industry. Saying it is "typically" included overstates its prevalence as a standard DoD element.

Memory tip: Think of the DoD as a checklist of completion states (tested, reviewed, deployable), not a tooling mandate. Automation is how a team might test, not what "done" universally requires. If you see "test automation" framed as a default or required DoD element, flag it as false.

Topics

#Definition of Done#test automation#built-in quality#iteration practices

Community Discussion

No community discussion yet for this question.

Full SAFE-SPC Practice