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

# Check Title

Compare the current browser tab title.

Check Title compares the current browser tab title against what you expect. Use it after navigation or when the title should change to reflect the page.

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

## When to use it

* Confirm the user landed on the correct page after login or checkout.
* Verify SEO or marketing titles on key landing pages.
* Pair with [Check Address](/test-steps/check/check-address.md) when both the URL and title should match.

## Configure

### Basics

| Field               | What to set                                                                    |
| ------------------- | ------------------------------------------------------------------------------ |
| **Comparison Type** | [Comparison Type](/test-step-options/comparison-type.md) (`equals` by default) |
| **Value**           | Expected title 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 Address](/test-steps/check/check-address.md)
* [Go to absolute URL](/test-steps/browser/go-to-absolute-url.md)
* [Check](/test-steps/check.md)

**Tags:** `check`, `browserTitle`, `test`, `expect`, `assert`, `browser`, `window`, `tab`, `title`
