# 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](https://4207139903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbOt9KtYfZmokTYzgSHc%2Fuploads%2Fgit-blob-4e3a3265154d8498d3bc112481a1b09a56dacc1d%2Fcreate-module.gif?alt=media)

## 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](https://4207139903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbOt9KtYfZmokTYzgSHc%2Fuploads%2Fgit-blob-c40a4036b871085a0da4787abc7cfce084c223d2%2Fcreate-script.gif?alt=media)

## 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](https://4207139903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbOt9KtYfZmokTYzgSHc%2Fuploads%2Fgit-blob-263828e173b068564e5adf1def3b58505bdbf0f7%2Frun-script.gif?alt=media)

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