Good C++ book about (Unit) Testing [closed]
Asked Answered
S

2

15

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

Subsumption answered 25/12, 2010 at 13:9 Comment(4)
A good place to start looking for information is here: www.testingfaqs.orgFurnish
Presumably there are no books on tested that use C++ as their example because only real men code in C++ and real men don't need to write tests! ;-)Cletis
No books? Isn't this a bit weird? And with C++! It's not like its a 2 years old language :(Subsumption
Modern C++ Programming with Test-Driven Development: Code Better, Sleep BetterRevulsion
P
0

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.

Palembang answered 25/12, 2010 at 20:16 Comment(0)
H
0

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

Hild answered 27/12, 2010 at 1:31 Comment(1)
CUTE looks like its connected with Eclipse :(Subsumption

© 2022 - 2024 — McMap. All rights reserved.