Installing our testing software
The most popular solution for performing unit testing right now in the ColdFusion community is MXUnit. To acquire this package go to http://mxunit.org/ and download a copy of the software. Unzip the files and place them in the root of your build or test server. These files should not be placed on a live server. Run the base file and check if it works. In our system, this is http://localhost/mxunit/index.cfm
. If your server is different, run the appropriate server rather than localhost. Here is the screenshot of the test working with version 1.0.8 of MX Unit:
