> For the complete documentation index, see [llms.txt](https://docs.qyrus.com/desktop-testing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qyrus.com/desktop-testing/getting-started/project-creation/quick-run.md).

# Quick Run🏁

Performing a quick run is a swift and efficient way to execute test scripts. Follow these steps:

## 1. Create a Test Module

Start by creating a test module within the test repository. A test module serves as a container for grouping related test scripts. Specify the following details for the module:

* **Module Name**: Provide a descriptive name for the module.
* **Module Key Name**: Assign a unique key name for easy identification.
* **Module Identity**: Define the module's identity.
* **Module Description**: Add a brief but informative description.

![Create Module GIF](/files/cRLZEgRPbzhPU6WTgSZJ)

## 2. Create a Test Script

Now, within the test module, create a test script. A test script contains a sequence of test steps designed to validate specific scenarios. Provide the following details for the script:

* **Script Name**: Give the script a clear and concise name.
* **Objective**: Describe the objective or purpose of the script.
* **Tags**: Assign relevant tags to categorize the script.

> **Note**: Remember to press 'Enter' after specifying each tag name.

![Create Script GIF](/files/mx5Hx0cXnDk7dT1jLXhH)

## 3. Run the Test Script

Click on "New Step" to build a specific scenario that needs testing. Afterward, click on "Dry Run" to ensure everything is set up correctly. Select the desired testing device and click ***Execute***.

![Run Script GIF](/files/IiN1tze5t0dGaP0Hs8jD)

These quick steps allow you to efficiently create and execute test scripts, making the testing process streamlined and effective.
