testdriven.com Wrangling quality out of chaos

Posts Tagged ‘C & C++’

CxxTest: unit-testing framework for C++

03.12.2004 · Posted in Links

This framework for C++ doesn’t require RTTI, member template functions, exception handling, or any external libraries (including memory management, file/console I/O and graphics libraries).

Distributed entirely as a set of header files, it is extremely portable and usable.
link

CTC++: Test Coverage Analyser for C/C++

01.02.2004 · Posted in Links

CTC++, Test Coverage Analyser for C/C++, is an instrumentation-based test coverage and dynamic analysis tool. CTC++ remarkably facilitates testing and tuning of software written in C or C++. Using the information provided by CTC++ it is easier to construct adequate test data and make the essential optimizations. CTC++ helps in the program testing and tuning by giving answers to the following two questions:
link

CMT++ Complexity Measures Tool for C and C++

01.02.2004 · Posted in Links

CMT++ Complexity Measures Tool is a tool for analysing the static complexity of software written in C or C++. The code complexity is known to correlate with the defect rate and robustness of the application program. Complex code is difficult to test: probably more errors remain unrevealed in the final program. Complex code will in itself be more error-prone and affect the defect rate of the final application. Complex code is also difficult to maintain.
link

CTA++: C++ Test Aider

12.15.2003 · Posted in Links

CTA++ is a tool for unit testing C++ classes, libraries and subsystems. CTA++ is simple to use and provides very powerful features helping the tester to build the testing environments and running the tests on C++ code. The testing process becomes efficient, visible and organized – as required in a professional testing environment.
link