Qt Test Framework

Qt Test Framework

Saving time while making sure your application code is stable is important. There are many benefits to unit testing, among them, is the ability to modify and extend existing code without breaking existing functionality. It also helps you really understand the design of the code you are working on while giving you instant feedback along the development process. In this webinar, you will learn the basics of unit testing C++ classes and QML items using the Qt Test Framework provided by Qt 5. We will also explore designing your application for test-ability and how to integrate building and running tests into your project's structure.