Acceptance criteria formats

  • Gherkin: Given [context] / When [action] / Then [observable outcome]
  • Bullet-points: simpler for constraints — character limits, permissions, states
  • Testable: specific, measurable, observable — no "fast", "smooth", "gracefully"
  • DoD vs. AC: DoD = team-wide process gate; AC = story-specific functional requirement
  • Performance criteria need a metric + threshold + conditions

Question 0 of 5

Which acceptance criterion is written in the correct Gherkin (Given/When/Then) format?