-
Notifications
You must be signed in to change notification settings - Fork 1
BDD
Alex Aubé edited this page Apr 22, 2015
·
4 revisions
requirements in a testable way
- To understand client's needs
- To communicate the needs
- to collaborate with the help of examples
- To produce something of value
- Uses natural language
- Client's view
- High level
- Uses Domain Specific languages (DSL)
- Short and sweet
- Easy to maintain
- Up to date
Each acceptation criteria is translated to at least on test case
- Given, When, Then
- Emphasize on the behaviour
- Concret but more general
- Declarative over imperative
- As abstract as possible. Should only express the essential
- No Markup (Css, HTML)
- Test cases should not need to change if the internal code is changed
Used in the ATDD