An Introduction to Writing Unit Tests (with CFUnit)
In our last user's group meeting, we had a round table discussion about testing. I said that I would put together a simple example of a unit test.
Since I have been using CFUnit so far (MXUnit looks attractive as well though), that is what I will use for my example. The principles should work the same for any common testing framework.