Lesson 21 Flashcards
1
Q
BDD?
A
-behavior driven development
• describes overall behaviors of the system
• customer focused
2
Q
ATDD?
A
-acceptance test driven development
• defines test which act as requirements for the system
• development focused
3
Q
What is Gherkin?
A
- language cucumber uses to define test cases
- non-technical
- human readable
- helps enforce firm, ambiguous requirements