Top "Qtestlib" questions

Qt Test is a framework for unit testing Qt based applications and libraries.

How do you get a widget's children in Qt?

I'm simulating keyPresses to an application through Qt's KeyPress function. All the KeyPresses work fine. However when I pass a …

c++ qt widget keypress qtestlib
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
QT : get the class name of an object

I'm writing a test app that simulates key presses of another application. For every key press I have to check …

unit-testing qt classname qtestlib
Qt: How do I get the currently running window?

I'm writing a test app which simulates key presses and I would like to get what window is displayed after …

c++ unit-testing user-interface qt qtestlib
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