Case-level results
- passed: the case met expected outcome
- failed: it didn’t; usually file a finding
- 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
Running a test
How execution works.
Failed vs finding
Result vs issue record.

