# Test Recording

You can quickly record test steps by capturing user interactions, such as clicking buttons, entering text, navigating through screens, etc. They help users create elements that interact with the application during testing.

***

## Prerequisites

1. Ensure you create a [Project ](/detailed-documentation/projects.md)before recording the test steps.
2. Establish a [Local/Cloud Device](/detailed-documentation/setup/system-requirements.md) connection setup.
3. You should know how to create a [Test Case](/detailed-documentation/qapilot-terminology.md#test-case)

***

## Recording Steps

1. Select the "Start Recording" option to start setting up a test.

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

2. Let us see each of these steps in detail:
   1. [**Recording**](/detailed-documentation/test-recording.md)
   2. [**Test Case**](/detailed-documentation/test-plan-executions/test-case.md)
   3. [**Test Suite**](/detailed-documentation/test-plan-executions/test-suite.md)
   4. [**Test Execution**](/detailed-documentation/test-plan-executions.md)


---

# 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.qapilot.io/detailed-documentation/test-recording.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.
