> 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/test-response.md).

# Test Response

Test Response adds a message to the result for the current path. Use it to log context, highlight a milestone, or surface a [Value](/values/value-store.md) in the run report without failing the Test Case.

![Test response Test Step](https://app.does.qa/screenshots/node/utility_test_response.png)

## When to use it

* Record an order ID or token from the Value Store in the result for quick review.
* Mark a checkpoint as success or warning with a clear **Level** in the report.
* Prefer [Test Comment](/test-steps/utility/test-comment.md) for notes that stay internal to the Flow builder view.

## Configure

### Basics

| Field                     | What to set                                                          |
| ------------------------- | -------------------------------------------------------------------- |
| **Mode**                  | `Text` (default) or `Value`                                          |
| **Text** *(conditional)*  | Message as text and/or a [Value](/values/value-store.md) (Text mode) |
| **Value** *(conditional)* | [Value](/values/value-store.md) to attach (Value mode)               |
| **Level**                 | `Log` (default), `Info`, `Success`, `Warning`, or `Error`            |

### Advanced

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

## Related

* [Debug Value](/test-steps/utility/debug-value.md)
* [Debug Element](/test-steps/utility/debug-element.md)
* [Test Comment](/test-steps/utility/test-comment.md)
* [Utilities](/test-steps/utility.md)

**Tags:** `utility`, `test`, `response`, `log`, `message`, `result`
