Qt Test 教程

This tutorial introduces some of the features of the Qt Test framework. It is divided into six chapters:

  1. 編寫單元測試
  2. 數據驅動測試
  3. 模擬 GUI 事件
  4. 重演 GUI 事件
  5. 編寫基準測試
  6. 跳過測試

注意: 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.