Musings of a Manchester Drupal guy

Drupal, Open Source, Analytics, Social Media.

Wednesday, October 19, 2005

Forta.com - Blog

CFUnit is a unit testing framework for ColdFusion, modeled after the popular JUnit framework. CFUnit is an open source project hosted on SourceForge and is freely available. The idea behind unit testing it to build a framework of scripted tests that are frequently executed to verify each method or function behave as expected. Building unit tests are an investment into the stability of your code. It may require a little extra time up front, but will save your and your fellow developers extensive amounts of time and resource down the road. An introductory primer was recently placed online.