> ## 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.

# Pass, fail, blocked, skipped, N/A

> What each run result means compared to spreadsheet color-coding, including not run and not applicable.

These are results on a **run**, not edits to the master case.

## Case-level results

* **passed:** the case met expected outcome
* **failed:** it didn't; usually file a [finding](/findings/overview)
* **blocked:** you couldn't execute (env down, no test data, waiting on client)
* **skipped:** not in scope for this run
* **in\_progress:** started, not finished

## Step-level

* **pass** / **fail** / **blocked**
* **not\_applicable:** this step doesn't apply (UI shows **N/A**)
* **not\_run:** you haven't marked it yet

UI buttons: **Pass**, **Fail**, **Blocked**, **N/A**.

There is no separate "blocked" vs "N/A" at case level in the same way; N/A is a **step** concept. If the whole case is wrong for this release, **skipped** the case.

[Longer run guide](/running/pass-fail-blocked)

<Columns cols={2}>
  <Card title="Running a test" icon="play" href="/running/runs">
    How execution works.
  </Card>

  <Card title="Failed vs finding" icon="git-compare" href="/concepts/failed-vs-finding">
    Result vs issue record.
  </Card>
</Columns>
