> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/utility/name-test.md).

# Name Test

Name Test sets the display name for the current Test Case branch in run results. Use it when one Flow produces many paths and you want each outcome labelled clearly.

![Name test Test Step](https://app.does.qa/screenshots/node/utility_name_test.png)

## When to use it

* Label happy path and error path branches in the same Flow.
* Make scheduled Run reports easier to scan when many Test Cases share one Flow.
* Pair with [Test comment](/test-steps/utility/test-comment.md) when the branch also needs a longer note.

## Configure

### Basics

| Field    | What to set                                 |
| -------- | ------------------------------------------- |
| **Name** | Label to show for this Test Case in results |

### Advanced

| Field              | What to set                                          |
| ------------------ | ---------------------------------------------------- |
| **Status on fail** | [Failed Status](/test-step-options/failed-status.md) |

## Related

* [Test comment](/test-steps/utility/test-comment.md)
* [Flow comment](/test-steps/utility/flow-comment.md)
* [Utilities](/test-steps/utility.md)

**Tags:** `utility`, `name`, `test`, `rename`
