Question

I looked and searched the web but could not found one book dedicated to Testing in C++. They are all more or less Java related with p.s. like examples should be easy converted to C++... I would really appreciate a book on C++ Unit Testing and maybe a good book on general testing in C++.

No correct solution

OTHER TIPS

If it's not on Google, I reckon it must not exist.

One more testing framework I recomend is CUTE, which is very easy to use

It's not a book but you might find interesting things in Boost::Test.
See: http://www.boost.org/doc/libs/1_45_0/libs/test/doc/html/index.html to get more information and follow a tutorial on Boost's Unit Test framework.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top