Archive for the 'Test Driven Design (TDD)' Category

The Comfort of Unit Tests

Wednesday, August 1st, 2007

I love hearing about stories about code that embraces change rather than fight it. Steve Rowe shares his experience with Test Driven Development.
At first it felt painful. You can’t code as fast. It sucks having to stop and write tests. Then I started making changes to the design. This is when [...]

Using org.as2lib.test.unit API

Wednesday, June 21st, 2006

Nicholas Lesiecki: A good automated test suite for an application should look like the diagram
Lately, I’ve been using iteration::two’s AS2Unit for my Unit Testing needs and I think it’s been great. It’s a good starting to point to get into the world of Test Driven Development (TDD). I was gonna print out handy list of [...]