CPP unit testing frameworks

In a previous post, I was discussing briefly which the best C++ unit testing framework could be. The economic benefits of succesfully applying unit testing are substantial after all. After careful consideration I have found two candidates: Google Test and Parasoft C++Test. Google Test is a comprehensive unit testing framework…

Continue reading