# creatingModule

### Test Repository

Test Repository is a collection of Modules, which acts as a centralised storage location for [Test Scripts](/web-testing/build/creatingscript.md) and [Test Steps](/web-testing/build/creatingsteps.md) in an organised and hierarchical manner. It serves as a structured and easily accessible repository for managing and maintaining testing assets.

#### Module

Modules are a collection of Test Scripts. Each module can have multiple test scripts. Grouping the test scripts inside a module repository helps in better organisation of test cases for testing scenarios , version control for test scripts and facilitates reusability.

### Creating Modules

1. Navigate to ***Web Testing*** and select desired project
2. Under the ***Build*** tab, Select ***Test Repository***

   ![Creating Modules 1](/files/55Q4EDORqliZzkI6psUl)

#### Module Creation

1. On the "Test Repository" page click the "New Module" button

   ![Creating Modules 2](/files/oASX8GE2yjWroxDZrO9M)
2. Enter a module "Name"
3. Enter up to a four-character key for the "Module Key Name"
4. Select a color for the "Module Identity"
5. Enter a "Module Description"

   ![Creating Modules 3](/files/4V6hPPF1TqcEnAwWoyhN)
6. Click Create Module

   ![Creating Modules 4](/files/2gsFXlNQ2qCqA7dkjNeS)


---

# 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/web-testing/build/creatingmodule.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.
