GUI unit testing with Qt Test – part 2 – advanced testing

This tutorial explores more advanced topics in GUI unit testing with Qt Test, the Qt framework for C++ unit testing.

3 Comments

  1. Julien

    Thank you for your examples ! This helped me a lot =)

    Reply
  2. Piotr

    Thanks! Found some OS differences, like my tests weren’t failing on OSX/Windows, but on Linux it was required to call `setActiveWindow` in order to successfully call `setFocus` on a widget.

    Reply
  3. Hareen Laks

    Thank you very much for these great tutorials!

    Reply

Leave a Comment

Your email address will not be published. Required fields are marked *