Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Motivation

Automated tests are an important part of verifying software. At the developer level, automated tests provide confidence that changes made to the software do not result in new defects. At the customer level, automated tests provide confidence that new features meet expectations and existing features continue to function unchanged.

Boost.Test is a library that supports the automated testing of software, primarily aimed at satisfying the needs of the developer.


PrevUpHomeNext