سؤال

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++.

لا يوجد حل صحيح

نصائح أخرى

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top