> ## Documentation Index
> Fetch the complete documentation index at: https://docs.testbrick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UI Testing Overview

> Record and replay browser tests — no code required

# UI Testing

UI testing in TestBrick lets you record your browser interactions and replay them automatically. No scripting, no code — just click through your app and TestBrick captures every step.

## How it works

1. **Record** — use the Chrome extension to capture clicks, form fills, navigation
2. **Replay** — TestBrick runs your recorded steps in a real browser
3. **Review** — see screenshots, video, and step-by-step results
4. **Share** — send a link to anyone to show exactly what happened

## Supported actions

| Action                 | Description                            |
| ---------------------- | -------------------------------------- |
| **Click**              | Click buttons, links, elements         |
| **Type / Fill**        | Enter text in input fields             |
| **Navigate**           | Go to a URL                            |
| **Select**             | Choose from dropdowns                  |
| **Hover**              | Hover over elements                    |
| **Upload File**        | Upload files to file inputs            |
| **Wait**               | Pause for a duration                   |
| **Assert**             | Verify element visibility, text, URL   |
| **Wait for Email**     | Wait for an email to arrive            |
| **Extract from Email** | Pull OTP codes or links from emails    |
| **Press Key**          | Press keyboard keys (Enter, Tab, etc.) |

## Execution modes

| Mode            | How it works                                 | Cost                          |
| --------------- | -------------------------------------------- | ----------------------------- |
| **Cloud**       | Runs on TestBrick's cloud browsers           | Uses monthly test run credits |
| **Local Agent** | Runs on your machine via the TestBrick agent | Free, unlimited               |
