Tagged Questions
30
votes
11answers
11k 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
335 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 ...