Test Driven Development Flashcards

1
Q

What is the test driven development process? (5)

A
  1. Identify small implementable functional increment
  2. Write automated test.
  3. Run test → it fails.
  4. Implement increment and re run test
  5. Once all tests pass move on.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly