ATDD - alexdaube/My-Software-Engineering-Guide GitHub Wiki
Acceptance Test Driven Development
Driven by tests
- 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