> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simpleuat.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Your words to SimpleUAT words

> Test script becomes a case, defect becomes a finding, testing round becomes cycle and run, and so on.

You don't need new English. You need the label on the button.

* **Test script / test case / row** to **case**. [What is a case](/tests/what-is-a-case).
* **Tab / folder of tests** to **suite**.
* **Reusable checklist / template workbook** to **pack**.
* **Staging / UAT URL** to **environment**.
* **Admin user / shopper / "login as"** to **persona**.
* **Testing round / sprint UAT / "cycle 3"** to **cycle** (the plan) and **run** (the work you do in that round).
* **Pass/fail column** to results on a **run**, not edits to the case.
* **Defect / bug / Jira ticket** to **Finding** (URL `/defects`). Jira itself stays Jira; we store a **link** unless you use GitHub create.
* **Client report / status deck / recap email** to **delivery** + **export** (PDF, Excel, and so on).
* **Screenshot dump** to **evidence**.
* **Shared folder invite** to **connection** (they must approve).
* **Sent PDF we must not edit** to **snapshot**.

The recurring idea: you already know how to test. These words are where the sheet, the checklist, Jira, and the email went.

<Columns cols={2}>
  <Card title="Spreadsheet mapping" icon="table" href="/start-here/spreadsheets">
    Columns in more detail.
  </Card>

  <Card title="Statuses" icon="check-square" href="/concepts/statuses">
    Pass, fail, blocked, N/A.
  </Card>
</Columns>
