- Home
- » Tools
- » Unit Testing
- » CFUnit
CFUnit
RSS Delicious - CFUnit
- February 15, 2009
- Welcome To CFUnit
- CFUnit is a unit testing framework for ColdFusion (CFML), 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.
- February 15, 2009
- Running CFUnit in CFEclipse quick guide
- CFUnit is now integrated into the beta build of CFEclipse. CFUnit is a unit testing framework for ColdFusion, modelled after the popular JUnit framework. By building test units while creating your app you can ensure that your methods (cffunctions) and components overall behave as expected. If you are totally new to CFUnit you might want to check out the references at the end of this post.

