April 05
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
TDD Stages
Write a test
Compile
Fix compile errors
Run test,
watch it fail
Write code
Run test,
watch it pass
Refactor code
(and test)