Top "Qttest" questions

QtTest is a Qt module for unit testing Qt applications and libraries.

What unit-testing framework should I use for Qt?

I am just starting up a new project that needs some cross-platform GUI, and we have chosen Qt as the …

unit-testing qt googletest qtestlib qttest
How to structure project while unit-testing Qt app by QTestLib

I got my Qt project and I'm using Qt Creator. I want to unit-test all my code. However I'm quite …

qt unit-testing qtestlib qttest
Build Qt Tests with CMake

Can anyone give me an example of some QT test code and a CMakeLists.txt that build with Cmake and …

qt cmake ctest qttest