Micro is a xUnit style testing framework design for use with AutoIt. The goal of Micro is to be easy to use and simple to integrate with continuous integration services.
We all write scripts and programs to make our lives easier; and they do make our lives easier, right up until it becomes something others rely on or it becomes something your business needs. This is where unit testing can really save you. Micro provides a simple assert based system for testing the fixtures of your code. The best part is that you will know when a change breaks another part of your script or program unexpectedly, and not after you ship it to a client who can't use it.
Micro is currently being re-written and is not accepting blanked pull requests. if you would like to contribute, please contact @KyleChamberlin for more information on how to help contribute during this re-write.
This code was originally forked from http://sourceforge.net/projects/microtest/