Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
What's the recommended tool to test the GUI of a Qt application ?
thanks in advance.
Depending on what you want to test, the Qt Test module might be enough. If you need something more you can look for Squish from Froglogic
Hi, I used Valgrind to test memory leaks. This tool is integrated in Qt Creator 2.7.1. But Squich or any other tools to test the GUI are not integrated in Qt's IDE. I use Linux.
AFAIK there are currently no tools integrated in QtCreator for that purpose.