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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Unit Testing consists of

A

tiny testable parts of a program independently tested for expected functionality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This allows changes to be made to one thing without affecting something else

A

decoupling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly