Intermediate Writing #acceptance-criteria #given-when-then

Writing Acceptance Criteria

5 exercises on Given/When/Then, definition of done, edge cases and measurable, verifiable outcomes.

Key patterns
  • Given = precondition, When = action, Then = observable outcome.
  • Cover the happy path and the edge / failure cases.
  • Each criterion must be measurable and independently verifiable.
  • Keep criteria atomic — one behaviour per statement, no “and”-chains.
0 / 5 completed
1 / 5
Which acceptance criterion is written correctly in the Given/When/Then format, with each clause in the right role?