Qt Test Tutorial¶
A short introduction to testing with Qt Test
A short introduction to testing with Qt Test.
This tutorial gives a short introduction to how to use some of the features of the Qt Test framework. It is divided into five chapters:
Writing a Unit Test
Data Driven Testing
Simulating GUI Events
Replaying GUI Events
Writing a Benchmark