QAM Hub
Home / Knowledge Base / Tags and Test Organization

Tags and Test Organization

By Mike Krasnovskyi, Head of Automation at QA Madness · Published 2026-06-15

QAM Hub organizes tests in two complementary ways: a structural hierarchy of suites and groups that gives every test case a stable home, and tags — flexible, cross-cutting labels layered on top. Together they let you both navigate tests by structure and slice them by attribute.

The organizational hierarchy

QAM Hub arranges testing as a tree:

QAM Hub test suite with nested groups and test cases showing the organizational hierarchy

This structure gives every test case a navigable home. Tags then add a second, flexible dimension on top of it.

What tags are

A tag is a colored, named label you attach to any test case to mark cross-cutting attributes that don't fit the suite/group tree — things like smoke, regression, flaky, mobile, payments, or a sprint name.

Creating and applying tags

Manage tags in project Settings → Tags: type a name, pick a color, and add it. Tags appear as colored badges, each with a delete control.

QAM Hub tag management showing colored tag badges with names in project settings

To apply tags:

Filtering by tags

The test case list can be filtered by tags. Selecting one or more tags shows every case carrying any of them (OR logic), and the tag filter combines with other filters — text search, automation status, and custom fields. This makes tags the primary tool for slicing your inventory across the rigid suite/group structure — for example, "show every smoke case regardless of which suite it lives in."

Who can manage tags

Tag creation, editing, deletion, and assignment are available to all authenticated project members. All tag operations are recorded in the audit log, and tag assignments are captured in each test case's version history.

Related