Qt Test 教程
This tutorial introduces some of the features of the Qt Test framework. It is divided into six chapters:
-
编写单元测试
-
数据驱动测试
-
模拟 GUI 事件
-
重演 GUI 事件
-
编写基准测试
-
跳过测试
注意:
You can build and execute the tests from each chapter using the available source code, which is linked to at the end of each chapter.