When loading a QML object into a C++ application, it can be useful to embed some C++ data directly that...
Surely you have seen (screenshots of) huge Excel spreadsheets before. If not, just imagine a wall of numbers. Now imagine...
The following article is prepared for the Qt toolkit, however, a similar approach can be applied to other toolkits supported...
Today’s tip will show how to measure code coverage for unit tests written using the Qt Test framework (or short...
Introduction Installers built with the Qt Installer Framework link with Qt libraries in a static way. This means that for...
Introduction Squish Coco generates the code execution measurement using streams and by default, the output of these streams is piped...
Unit tests for Qt-based applications with Catch Squish for Qt is a perfect fit for testing Qt based user interfaces,...
The Automated GUI Testing Tool Squish makes it possible to verify entire tables using a table verification point, but there...
Some issues with Application Under Tests (AUT) appear only when a test is executed with Squish. For some cases, it’s...
Often more complex application do not consist of just a single executable. Instead the main application launches sub-processes which also...