• 测试理论

    • 测试阶段和测试方法:http://timd.cn/about-test/
    • 测试驱动开发:http://timd.cn/tdd/
  • Python 单元测试框架

    • Pytest:http://timd.cn/python/pytest/
    • Mock - 模拟对象行为:http://timd.cn/python/mock/
  • 负载测试工具

    • http://timd.cn/python-locust/
  • Web UI 自动化测试工具

    • Puppeteer(开发友好)

    • Selenium:http://timd.cn/selenium/using-chrome/

    • Playwright(测试友好)

      • 入门教程:http://timd.cn/playwright/
      • Actions:http://timd.cn/playwright/action/
      • Auto-waiting:http://timd.cn/playwright/auto-waiting/
    • 对比:http://timd.cn/selenium/compare/

  • 使用 cURL 测试 HTTP API:http://timd.cn/how-to-test-your-http-api/

  • 流量回放工具

    • GoReplay:

      • 入门教程:https://bbs.huaweicloud.com/blogs/313109(外站)
      • 进阶教程:https://bbs.huaweicloud.com/blogs/330074(外站)
  • 扩展阅读:

    • Python 追踪函数:http://timd.cn/python/trace-function/