> 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/check/check-value-store.md).

# Check Value Store

Check Value Store compares a stored [Value](/values/value-store.md) with what you expect. Use it to assert data captured earlier in the Flow without reading the page again.

![Check Value Store Test Step](https://app.does.qa/screenshots/node/check_valueStore.png)

## When to use it

* Confirm an API response stored in the Value Store matches an expected ID or status.
* Reuse captured text from an earlier Store step in a later assertion.
* Pair with [Stop When Value](/test-steps/runner/stop-when-value.md) when the same comparison should end the Test Case early.

## Configure

### Basics

| Field                | What to set                                                                         |
| -------------------- | ----------------------------------------------------------------------------------- |
| **Value Store Item** | The stored [Value](/values/value-store.md) to read                                  |
| **Comparison Type**  | [Comparison Type](/test-step-options/comparison-type.md)                            |
| **Value**            | Expected text and/or [Values](/values/value-store.md) when the comparison needs one |

### Advanced

| Field                                 | What to set                                                          |
| ------------------------------------- | -------------------------------------------------------------------- |
| **Status on fail**                    | [Failed Status](/test-step-options/failed-status.md)                 |
| **When should screenshots be taken?** | `Always` or `On Failures` (default)                                  |
| **Value Standardization**             | [Value Standardization](/test-step-options/value-standardization.md) |

## Related

* [Value Store](/values/value-store.md)
* [Stop When Value](/test-steps/runner/stop-when-value.md)
* [Check](/test-steps/check.md)

**Tags:** `check`, `valueStore`, `test`, `expect`, `assert`
