...Test steps are used like bricks to create test cases while test groups collect test cases and other test groups to create a test suite. Test cases are written in a simple text language thus allowing composition of cases from test steps without deep programming knowledge. Reports are created in text and in XML format, the latter are converted to a human readable form when using a standard web browser.
SPARKUnit is a unit test framework for the SPARK programminglanguage. It enables developers to create unit tests which can be analysed by the SPARK Examiner. This allows for testing of operations with preconditions and flow analysis of test cases.
Tester2 is simple test framework for functional testing of server applications (j2ee: jms, ejb, tibco, oracle, file, custom). Its tests are command driven, does not need any knowledge of programming.
The TclUnit project is an implementation of the xUnit unit test framework, in Tcl. It provides a framework for organizing tests, plus utilities and extensions to facilitate unit testing of programs and libraries through the Tcl programminglanguage.