Tagged Questions

29
votes
11answers
10k views

Comparison of c++ unit test frameworks

I know there are already a few questions regarding recomendations for c++ unit test frameworks, but all the answers did not help as they just recomend one of the frameworks but do not provide any ...
0
votes
1answer
320 views

comparing QTest with other frameworks

Can you compare popular unit test frameworks for C++ with QTest of Qt? (cppunit, boost test, google test etc..) What are the advantages disadvantages? Thank you. note: GUI test is not very ...