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 important for us.
|
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 important for us.
| ||||
|
feedback
|
|
QTest is the only framework I know of for unit testing UI components. We've used it with some success but stick to Boost.Test for our regular unit testing. | |||
|
feedback
|