Installing the MXUnit Framework
This should be the easiest part! Download, unzip, and test ... You can also watch the video if you're so inclined
1. Download the latest version ...

2. Unzip to your webroot; e.g., C:\Inetpub\wwwroot\
Note: The MXUnit framework can exist in any ColdFusion context -in the webroot or in the custom tags.
However, The examples assume installation directly under the webroot.

3. Test the install by pointing your web browser to the installation; e.g., http://localhost:8500/mxunit/index.cfm You should see this:

4. Write some good clean code that works.