Home > Computers > Programming > Software Testing > Unit Testing
A unit test is a procedure used to verify that a particular module of source code is working properly. The idea about unit tests is to write test cases for all functions and methods so that whenever a change causes a regression, it can be quickly identified and fixed. Ideally, each test case is separate from all others. Unit testing is mostly done by the developers and not by end-users. The concept is part of the Extreme Programming method of software engineering. Various unit testing frameworks, based on a design by Kent Beck, have come to be known collectively as xUnit, and are available for many programming languages and development platforms. Unit testing is the building block to test driven development (TDD).
http://www.cfix-testing.org/
An xUnit testing framework for C/C++, specialized for Windows (32/64 bit) and NT kernel mode development. [Open source, LGPL3]
http://sourceforge.net/projects/cppunit/
A C++ unit testing framework. It started its life as a port of JUnit to C++ by Michael Feathers. [Open source, LGPL]
http://www.codesink.org/cutee_unit_testing.html
A C++ unit testing environment that makes easy to create and run tests of a library or application. [Open source]
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]
http://www.jera.com/techinfo/jtns/jtn002.html
A brief write-up of a unit testing framework for C in four lines of code.
http://www.uwyn.com/projects/qtunit/
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]
http://testape.com/
A mock and test framework for embedded software written in C is presented with documentation and downloads.
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]
http://www.smartedgellc.com/xmlmessagetest/
A unit testing tool for XML-based message servers that allows to test without writing code. [Shareware]
Home > Computers > Programming > Software Testing > Unit Testing
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us