Bardzo mi miło. Założyłem temat w dziale "inne" ale skoro powstał osobny dział to przerzucę się tutaj.
Mój temat to : Ilościowe i jakościowe porównanie narzędzi automatycznego
testowania oprogramowania
Obecnie chciałbym skupić się na programach czy środowiskach do prowadzenia testów jednostkowych. Może ktoś mi coś poleci? Jakieś popularne narzędzia które warto uwzględnić?
Na razie wybrałem narzędzia przeznaczone dla c/c++
UnitTest++
Description:
UnitTest++ is a unit testing framework for C++ designed for simplicity and portability. Features include no explicit test registration, good crash handling, fixtures, rich condition-checking functionality, minimal footprint for embedded environments.
Requirement:
Win32, Linux, Mac OS X
2) Boost
http://pl.wikipedia.org/wiki/Boost 3) CppTest
Description:
CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++. The focus lies on usability and extendability. Several output formats are supported and new ones are easily added.
4) CUnit
Description:
CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces.
5) CUnitWin32
Description:
Macro based, lean C/C++ unit testing framework for the Win32 platform. Each test is executed as a separate process providing a completely isolated environment (think static variables).
6) Check
Description:
Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.
jakieś inne propozycje?