Boost Test Library is a portable test framework for performing unit testing in c++
We develop a C++ application using Visual Studio 2008 and unit test using Boost.Test. At the moment, we have a …