> For the complete documentation index, see [llms.txt](https://docs.testfirst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testfirst.com/test-scopes/run-tests.md).

# Run Tests

Test cases within a Test Scope can be executed to verify the behavior of the feature or module being tested. Running tests creates a **Test Plan** and records the results as a **Test Run**.

### Run Tests in a Scope

To run tests:

1. Open the **Test Scope Detail Page**.
2. Click **Run Test**.
3. Select the test cases you want to execute.
4. Click **Run**.

TestFirst creates a **Test Plan** and sends it for execution.

***

#### What Happens During Execution

When a run starts:

* a **Test Plan** is created for the selected tests
* the tests are executed using the configured environment
* execution results are recorded automatically

The run then appears in the **Last Test Runs** section of the scope.

***

### View Test Runs

Each scope shows the most recent test executions.

From the **Last Test Runs** section you can:

* open a test run
* view pass or fail status
* inspect execution details
* review screenshots and failure details

This allows teams to quickly understand the current testing status of the scope.
