> 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.md).

# Check Value

Check Value compares the current value on an [Element](/elements/creating-elements.md) against what you expect. Use it for inputs, selects, and other controls that expose a value property.

![Check value Test Step](https://app.does.qa/screenshots/node/check_value.png)

## When to use it

* Confirm a form field kept the typed or selected value after save.
* Verify a default or prefilled value before the user edits it.
* Store the value first with [Store element value](/test-steps/data/store-element-value.md) when a later step needs the same data.

## Configure

### Basics

| Field               | What to set                                                                    |
| ------------------- | ------------------------------------------------------------------------------ |
| **Element**         | The [Element](/elements/creating-elements.md) to check                         |
| **Comparison Type** | [Comparison Type](/test-step-options/comparison-type.md) (`equals` by default) |
| **Value**           | Expected text and/or a [Value](/values/value-store.md)                         |

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

* [Check Text](/test-steps/check/check-text.md)
* [Store element value](/test-steps/data/store-element-value.md)
* [Check](/test-steps/check.md)

**Tags:** `check`, `value`, `test`, `expect`, `assert`, `element`
