TestBox is a testing framework for ColdFusion (CFML) from Ortus Solutions. It is based on Behavior Driven Development (BDD).
TestBox allows testing ColdFusion applications using Behavior Driven Development (BDD). It also supports xunit style of testing.
It includes a mocking & stubbing framework called MockBox.
The framework provides different ways to output the test results like JSON, XML and HTML, among others. It is also extensible, so users can write their own reporters and runners.