Skip to content
Alex Aubé edited this page Apr 22, 2015 · 2 revisions

Acceptance Test Driven Development

Driven by tests

ATDD Cycle

  • Uses the Gherkin language(BDD)
  • Ideal to transform acceptation criteria to test cases needed in the ATDD
  • Tests cases are represented by example of behaviour
  • Tests should be a way to communicate

Clone this wiki locally