> 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-execution/automated-test-queue.md).

# Automated Test Queue

### From Execution → Visibility

The **Automated Test Queue** lets you track how your automated tests are executed in real time.

It shows what’s waiting, what’s running, and what just finished — all in one place.

The page is divided into two sections:

* **Test Queue** → tests waiting or currently running
* **Recently Finished** → latest completed executions

### Test Queue

The **Test Queue** displays all automated tests that are:

* Waiting for execution
* Being picked up by a runner
* Currently running

Once execution completes, tests move to **Recently Finished**.

#### **Execution States**

* **LookingForRunner** → waiting for an available runner
* **Starting** → runner assigned, preparing to start
* **Running** → test execution in progress
* **Postponed** → execution delayed

#### **Available Actions**

Right-click on a queued test to manage execution:

* **Postpone**
  * Delays execution
  * Available when state = *LookingForRunner*
* **Return to Queue**
  * Re-adds postponed test to queue
  * Available when state = *Postponed*
* **Cancel**
  * Stops execution
  * Removes test from queue

{% hint style="info" %}
Refresh the page after actions to see updated state.
{% endhint %}

### Recently Finished

The **Recently Finished** section shows the latest executed automated tests.
