TDD Flashcards
1
Q
Using TDD (Test Driven Development) what is the first step after writing just enough code to complete the test?
A
Run the Test and watch it fail
2
Q
Unit Testing consists of
A
tiny testable parts of a program independently tested for expected functionality
3
Q
This allows changes to be made to one thing without affecting something else
A
decoupling