Loving Test-Driven Development (TDD)

Recently at work we started writing Unit Test cases and I am absolutely loving it. Writing test cases first has helped us build and design a better API. Another advantage is that all written code is covered by a test. Even though writing test cases takes time it is totally worth it.

Writing test cases helps to build better software faster.

Here are a couple of links that can get you started:

  1. Test Driven Development (TDD)
  2. MXUnit
  3. cfcUnit
  4. Mock Objects
  5. CFEasyMock

 Bookmark to delicious Digg this Technorati reddit  

Leave a Comment