Tag: TDD

Test Driven Development

Posted by – 26/06/2010

Today, I opened my notebook and found a short note that I wrote about Test Driven Development which I was trying to summarise the definition and process of it.

Test Driven Development (TDD) is a simple software development technique that can be divided into three simple stages:

  • Write a test first
  • Write the code to make the test pass
  • Repeat (using Refactoring)

Additional details
- Introduction to Test Driven Design (TDD)

Erawat