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.