Showing posts with label TDD. Show all posts
Showing posts with label TDD. Show all posts

Tuesday, July 21, 2009

TDD steps

1. Write the test
2. Write the comments inside the test to describe the function
3. Write sub-test for each function inside the test.
4. Run the test, make the testing running automatically.
5. Write the code.
6. re-factory the test.