# Managing Test Execution and Client Status

This controls the test execution, debug errors, and view critical client information. You can start, pause, or stop test scenarios, inspect specific steps to troubleshoot issues, and monitor connection status, server details, and the installed client version.

The following options contain the client’s controls and information:

* [**Actions**](#actions)
* [**Debug Options**](#debug-options)
* [**Information**](#information)

<figure><img src="/files/xOaUDd25D72sT3oDbvmQ" alt=""><figcaption></figcaption></figure>

## Actions

Actions provide direct control over the test execution lifecycle. You can start, pause, or stop test scenarios directly from the client interface.

The Actions section enables you to perform the following operations:

* **Connect**\
  Establishes a connection between the Avo Assure Client and the Avo Assure Server. This connection is required before test execution begins.
* **Kill Stale Process**\
  Stops the previous execution and closes if any automation browsers still running in the background.
* **Terminate**\
  Stops the currently running test execution.
* **Clear Logs**\
  Removes the logs displayed in the console.
* **Do Not Disturb**\
  Prevents interruptions during execution. When it enabled, the system blocks notifications and user interactions that can interrupt the ongoing process.

<figure><img src="/files/e9fkQnyMi1QwAQOSHd3t" alt=""><figcaption></figcaption></figure>

## Debug Options

Debug Options help you troubleshoot errors during a test run. You can use these options to inspect specific test steps and identify the exact cause of a failure.

The Debug section enables you to perform the following operations:

* **Normal** \
  Analyzes all test steps from beginning to end and displays a final combined execution result.
* **Stepwise**\
  It debugs the designed Test steps from the start to end one by one to validate them individually.
* **Run from Step**\
  It debugs the Test steps from the provided Test step number mentioned in the text box, like 6-10 or 1-7.

<figure><img src="/files/tPGfNg8a4pvPh3QAvNj6" alt=""><figcaption></figcaption></figure>

## Information

Information displays important details about the client’s connection status and software version.

The Information contains the following options:

* **Connectivity Options**\
  This section displays the current network connection details. You can use it to verify the **Server Status** (Connected or Not Connected), the **Server address** (URL), and the communication **Port** number currently in use.
* **Avo Assure Client Information**\
  This section displays the installed software details. You can view the **Version** number and the **Last Updated** timestamp to confirm that you are running the correct application build.

<figure><img src="/files/Jo7WW22pD5He5xqYYODN" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/introduction-to-avo-assure/avo-assure-client/features-of-avo-assure-client/managing-test-execution-and-client-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
