Unit 6 Test Driven Development (TDD) Flashcards
1
Q
Define TDD
A
2
Q
Identify the steps of TDD
A
3
Q
Implement a specification while following the TDD process
A
4
Q
What software design approach is most directly associated with TDD?
A
5
Q
What does it mean to write the “bare minimum” of code?
A
6
Q
When do we know we are done?
A