{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/game-automation-testing-advantages/",
  "atlas": "https://www.pystone.net/?node=game-automation-testing-advantages#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/game-automation-testing-advantages.md",
  "context": "https://www.pystone.net/notes/game-automation-testing-advantages.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:game-automation-testing-advantages",
  "slug": "game-automation-testing-advantages",
  "title": "游戏自动化测试有哪些优势",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "游戏自动化测试有哪些优势",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "10-计算机、信息技术与工程",
  "tags": [],
  "mocs": [],
  "contentHash": "af70a4ced07b29ce778a225c49cb0716959dc7d751d5c9326980f790f7b22f2e",
  "assets": [],
  "headings": [
    {
      "depth": 1,
      "text": "游戏自动化测试有哪些优势",
      "anchor": "游戏自动化测试有哪些优势",
      "citation": "https://www.pystone.net/notes/game-automation-testing-advantages/#%E6%B8%B8%E6%88%8F%E8%87%AA%E5%8A%A8%E5%8C%96%E6%B5%8B%E8%AF%95%E6%9C%89%E5%93%AA%E4%BA%9B%E4%BC%98%E5%8A%BF"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:software-engineering-and-quality",
      "title": "软件工程与质量保障",
      "url": "https://www.pystone.net/notes/software-engineering-and-quality/",
      "atlas": "https://www.pystone.net/?node=software-engineering-and-quality#knowledge-atlas",
      "label": "软件工程与质量保障",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "CI-CD与质量保障中的“游戏自动化测试有哪些优势”导航项",
      "citation": "https://www.pystone.net/notes/software-engineering-and-quality/#ci-cd%E4%B8%8E%E8%B4%A8%E9%87%8F%E4%BF%9D%E9%9A%9C"
    },
    {
      "id": "note:software-delivery-automation-quality",
      "title": "软件交付、自动化与工程质量",
      "url": "https://www.pystone.net/notes/software-delivery-automation-quality/",
      "atlas": "https://www.pystone.net/?node=software-delivery-automation-quality#knowledge-atlas",
      "label": "软件交付、自动化与工程质量",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "游戏自动化测试的优势说明自动化对覆盖、反馈速度和稳定性的价值。",
      "citation": "https://www.pystone.net/notes/software-delivery-automation-quality/#%E8%87%AA%E5%8A%A8%E5%8C%96%E5%8F%8D%E9%A6%88"
    },
    {
      "id": "note:software-quality-as-feedback-system",
      "title": "软件质量为什么是反馈系统而不是测试阶段",
      "url": "https://www.pystone.net/notes/software-quality-as-feedback-system/",
      "atlas": "https://www.pystone.net/?node=software-quality-as-feedback-system#knowledge-atlas",
      "label": "软件质量为什么是反馈系统而不是测试阶段",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "游戏自动化测试的优势支持自动化在高频回归、大量重复操作、一致流程和参数化覆盖上的价值。它尤其适合回答“已知行为是否被本次变化破坏”。",
      "citation": "https://www.pystone.net/notes/software-quality-as-feedback-system/#3-%E8%87%AA%E5%8A%A8%E5%8C%96%E7%BC%A9%E7%9F%AD%E9%87%8D%E5%A4%8D%E5%8F%8D%E9%A6%88%E4%B8%8D%E6%9B%BF%E4%BB%A3%E5%85%A8%E9%83%A8%E6%B5%8B%E8%AF%95"
    }
  ],
  "contentMarkdown": "# 游戏自动化测试有哪些优势\n\n﻿# 游戏自动化测试有哪些优势\n\n> 创建时间：2023/2/22 19:50\n\n分担QA的工作负荷，提高效率：\n\n  * 短的时间内完成大量重复性的测试任务\n\n  * 高效承担回归测试任务，确保已有用例不断覆盖，确保核心功能始终正常工作：在对软件进行修改（如修复缺陷、增加新功能或优化性能）后，重新执行部分或全部已有测试用例。\n\n  * 修复后用相同的用例快速验证问题是否得到解决\n\n减少错误率：减少人为因素导致的错误\n\n实现人工难以承担的任务；\n\n  * 超越人体的体力负荷的长时间大量的测试 —— 比如大量次数切换场景\n\n  * 需要确保流程最大程度一致的测试 —— 性能分析，报告\n\n  * 更加系统地覆盖各种测试场景 —— 举例说明，可以用for循环\n"
}
