HtmlUnit
- http://htmlunit.sourceforge.net/
- A Java unit testing framework for testing Web based applications. It does not model the http protocol, but the returned document so that the user may deal with pages, forms and tables. [Open Source, ASL]
NekoUnit
- http://insideable.com/
- A unit test framework for NekoVM and the Neko language with installation and usage instructions.
QtUnit
- http://www.uwyn.com/projects/qtunit/index.html
- A unit testing framework for c++, originally based on CppUnit 1.5. All code has been refactored and ported to exclusively use Qt 3.x as it base library. This makes it portable to all platforms supported by Qt. [Open source, GPL]
UCUnit
- http://www.ucunit.org/
- A C unit testing framework especially designed for small microcontroller systems is presented with documentation, download and links. [Open source, CPL]