Skip to content

Core Concepts

Qualflare is built around a set of core entities that work together to cover the full QA lifecycle. Understanding these entities and how they relate will help you get the most out of Qualflare.

Entity Hierarchy

Workspace
└── Project
    ├── Test Suites
    │   └── Test Cases
    │       └── Test Steps
    ├── Test Plans
    ├── Launches (Test Runs)
    │   └── Suite Runs
    │       └── Case Runs
    ├── Defects
    ├── Milestones
    └── Failure Clusters (AI)

Organizational Entities

EntityDescriptionLink
WorkspaceThe top-level container for all your projects and team membersWorkspaces
ProjectAn isolated space for test assets, results, and settingsProjects
Users & RolesTeam members with defined permission levelsUsers & Roles

Testing Entities

EntityDescriptionLink
Test CaseAn individual test scenario with steps and expected resultsTest Cases
Test SuiteA group of related test casesTest Suites
Test PlanA structured plan for executing a set of test casesTest Plans
Shared StepsReusable step sequences referenced across multiple casesShared Steps

Execution & QA Entities

EntityDescriptionLink
LaunchA test run containing the results of executing test casesLaunches
Case RunThe result of running a single test case in a launchCase Runs
DefectA tracked bug or issue linked to a failed testDefects
MilestoneA release or project milestone that groups launches and defectsMilestones

AI & Automation

EntityDescriptionLink
Failure ClusterAI-grouped similar test failures with root cause analysisAI Features
Quo AgentAI assistant for coverage analysis and test generationAI Features