Test Suites - Organize & Group Test Cases
Organize test cases into suites for efficient management and execution. Learn how to group tests by feature, type, or priority in Qualflare.
Test Suites
A test suite is an organized collection of test cases grouped for efficient management and execution.
What is a Test Suite?
Test suites help you organize related test cases together. Instead of managing hundreds of individual tests, you group them into logical suites based on feature area, type of testing, or any other organizing principle that makes sense for your team.
Purpose of Test Suites
- Organization: Group related tests together (e.g., "Authentication Tests")
- Bulk Execution: Run all tests in a suite together
- Reporting: View results and analytics at the suite level
- Maintenance: Update and manage related tests as a group
Suite Organization
Common ways to organize suites:
By Feature Area:
- Authentication Tests
- Checkout Flow Tests
- User Profile Tests
By Test Type:
- Smoke Tests (quick sanity checks)
- Regression Tests (full coverage)
- Integration Tests (API and database)
By Priority:
- Critical Path Tests
- Edge Case Tests
Suites vs Test Plans
Suites and plans serve different purposes:
| Aspect | Test Suites | Test Plans |
|---|---|---|
| Purpose | Organization | Scheduling |
| Focus | What tests exist | When to run tests |
| Relationship | Groups tests together | Selects tests for execution |
A suite is a static grouping of test cases. A plan schedules which cases to run, when, and who runs them.
Suite Hierarchy
A single test case can belong to multiple suites. This allows flexible organization:
- "Login Tests" might be in both "Authentication Suite" and "Smoke Test Suite"
- Enables running the same tests in different contexts
Related
- Test Cases - Individual tests in suites
- Test Plans - Scheduling suite execution
- Shared Steps - Reusable steps across cases
Test Cases - Concept, Structure & Lifecycle
What a test case is in Qualflare and why it's kept separate from automation scripts, plus its structure, lifecycle states, and relationships to suites and plans.
Test Plans
Schedule and organize test execution with test plans. Select test cases from suites, assign testers, and track completion status.