Modules & Tags
Modules and Tags are two ways to organise your test cases within a project. Modules are mandatory groupings — every test case belongs to one. Tags are optional labels you can apply for additional categorisation.Modules
What is a module?
A Module represents a feature area or logical section of your application. Every test case must belong to a module. Modules appear in the left sidebar of the Test Cases page, making it easy to navigate between areas of your project. Examples of modules:Login & AuthenticationCheckout FlowUser ProfileAPI - Claims APIDashboard
Creating a module
- From the left sidebar click Test Management → Modules
- Click Create Module
- Fill in the form:
A clear name for the feature area. Minimum 3 characters.
Example: “Login & Authentication”
Example: “Login & Authentication”
A brief description of what this module covers.
Example: “All test cases related to user login, logout, and session management”
Example: “All test cases related to user login, logout, and session management”
- Click Create Module. A unique Module Identifier (e.g.
MOD-API-006) is automatically generated by the system.
Module actions
From the Modules list you can:| Action | Description |
|---|---|
| View | See module details in read-only mode |
| Edit | Update the module name or description |
| Delete | Permanently remove the module (requires confirmation) |
| View Test Cases | Navigate directly to all test cases in this module |
How modules appear in test cases
When you open Test Cases, the left sidebar shows all modules for your project, each with a test case count. Click any module to view its test cases in the main panel. You can search modules by name using the search box at the top of the sidebar.Tags
What is a tag?
A Tag is an optional label you can apply to a test case for additional categorisation — on top of the module it belongs to. Tags are useful for grouping test cases that span multiple modules, such as all regression tests or all API-related tests. Examples of tags:regressionsmokeapiuisecurityperformance
Tags are project-scoped — each project has its own set of tags. There are no system-wide default tags; all tags are created by your team.
Creating a tag
- From the left sidebar click Tags
- Click Create Tag
- Enter a Tag Name (minimum 3 characters)
- Click Save
Activating a tag
- Go to the Tags list
- Click Edit on the tag
- Toggle the Active switch to on
- Click Save
Tag actions
| Action | Description |
|---|---|
| Edit | Update the tag name or toggle active/inactive status |
| Delete | Permanently remove the tag (requires confirmation) |
Using tags on test cases
When creating or editing a test case, select a tag from the Tag dropdown. This field is optional and allows only one tag per test case. Tags can be cleared at any time.Modules vs Tags — quick reference
| Modules | Tags | |
|---|---|---|
| Required? | Yes — every test case needs one | No — optional |
| Purpose | Group test cases by feature area | Label test cases across features |
| Appears in | Left sidebar of Test Cases page | Test case form dropdown |
| Scope | Project-specific | Project-specific |
| Identifier | Auto-generated (e.g. MOD-API-006) | Name only |
| One per test case? | Yes | Yes |
What’s next?
Writing Test Cases
Create test cases within your modules
Running Tests
Execute test cases organised by module