{
  "id": "bbg-p0216-testing-quality-and-code-health",
  "title": "System Functionality Test Stack",
  "chapter": "testing-quality-and-code-health",
  "batch": "30",
  "rank": 294,
  "sourcePage": 216,
  "sourcePointer": "p. 216",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "flowchart",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render inspected",
      "preserve test pyramid/checklist: unit, integration, system, load, error, acceptance, and automation testing with tool lane",
      "omit vendor logos, screenshots, and copied tool labels"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: unit testing",
      "concept: integration testing",
      "concept: system testing",
      "concept: load and error testing",
      "concept: acceptance and automation testing"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "levels",
      "label": "Functional test levels",
      "x": 70,
      "y": 122,
      "w": 536,
      "h": 366
    },
    {
      "id": "tools",
      "label": "Tool and evidence lane",
      "x": 676,
      "y": 122,
      "w": 214,
      "h": 366
    }
  ],
  "shapes": [
    {
      "id": "unit",
      "kind": "rect",
      "label": "Unit tests",
      "detail": "component",
      "x": 126,
      "y": 154,
      "w": 118,
      "h": 54,
      "tone": "blue"
    },
    {
      "id": "integration",
      "kind": "rect",
      "label": "Integration",
      "detail": "parts together",
      "x": 126,
      "y": 242,
      "w": 118,
      "h": 54,
      "tone": "green"
    },
    {
      "id": "system",
      "kind": "rect",
      "label": "System tests",
      "detail": "end to end",
      "x": 126,
      "y": 330,
      "w": 118,
      "h": 54,
      "tone": "purple"
    },
    {
      "id": "load",
      "kind": "rect",
      "label": "Load tests",
      "detail": "capacity",
      "x": 370,
      "y": 154,
      "w": 118,
      "h": 54,
      "tone": "orange"
    },
    {
      "id": "error",
      "kind": "rect",
      "label": "Error tests",
      "detail": "failure paths",
      "x": 370,
      "y": 242,
      "w": 118,
      "h": 54,
      "tone": "red"
    },
    {
      "id": "acceptance",
      "kind": "rect",
      "label": "Acceptance",
      "detail": "user needs",
      "x": 370,
      "y": 330,
      "w": 118,
      "h": 54,
      "tone": "teal"
    },
    {
      "id": "automation",
      "kind": "hex",
      "label": "Automation",
      "detail": "repeatable",
      "x": 720,
      "y": 190,
      "w": 122,
      "h": 78,
      "tone": "gray"
    },
    {
      "id": "evidence",
      "kind": "rect",
      "label": "Evidence",
      "detail": "pass fail trace",
      "x": 724,
      "y": 330,
      "w": 118,
      "h": 58,
      "tone": "blue"
    }
  ],
  "connectors": [
    {
      "from": "unit",
      "to": "integration",
      "label": "compose",
      "flow": "main"
    },
    {
      "from": "integration",
      "to": "system",
      "label": "workflow",
      "flow": "main"
    },
    {
      "from": "load",
      "to": "error",
      "label": "stress",
      "flow": "control"
    },
    {
      "from": "error",
      "to": "acceptance",
      "label": "recover",
      "flow": "control"
    },
    {
      "from": "system",
      "to": "automation",
      "label": "run",
      "flow": "async"
    },
    {
      "from": "acceptance",
      "to": "automation",
      "label": "gate",
      "flow": "control"
    },
    {
      "from": "automation",
      "to": "evidence",
      "label": "record",
      "flow": "data"
    }
  ]
}
