# Test Scripts

A Test Script is a collection of the [Test Steps](/desktop-testing/getting-started/build/step-creation.md), which are set of actions, validations and verifications that can be performed on the desktop application to ensure its functionality, performance, and reliability.

## Creating Test Script

### Prerequisites

* Previously ***Created Project***
* Previously ***Created Module***

## Script Creation

1. Click the Create Script button.
2. Enter a "Test Script Name."
3. Provide an "Objective" for the script.
4. Optionally, add relevant "Tags" for the test script.
5. Click the Create Script button.

![](/files/mx5Hx0cXnDk7dT1jLXhH) 6. The Created Test Script will be listed on **Module-scripts** page.

![Test Script](/files/mb5rTtogsdzvyVnDQ4ot)


---

# 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.qyrus.com/desktop-testing/getting-started/build/script-creation.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.
