QTest 101: Writing UnitTests for my Qt Application
By: Brad
In this tutorial I’ll walk you through the basics of using QTest to write Unit Tests for your Qt application. First we need a project to unit test; download the QtQuick Sample Application. What do we Unit Test? First things first what in the QtQuick Sample Application do we want to unit test? We want… To read more click here.