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.