Skip to content

Glossary

Quick reference for key terms and concepts in Qualflare.

A

Access Token

A project-scoped API key used to authenticate the Qualflare CLI and other integrations. Access tokens are created and managed in Project Settings → Access Tokens.

AI Credits

A monthly usage quota that limits AI-powered operations (coverage analysis, case suggestions, launch analysis, etc.). Quota varies by subscription plan.

Audit Log

A workspace-level record of every significant action taken by team members or the system. Used for compliance and security review. See Audit Logs.

Automated Testing

The practice of using software to execute tests automatically, without manual intervention. Results can be uploaded to Qualflare via the CLI.

C

Case Run

An individual test result within a Launch. Represents the outcome (pass, fail, skip) of executing a single Test Case.

CI/CD

Continuous Integration / Continuous Deployment. The practice of automatically building, testing, and deploying code. Qualflare integrates with CI/CD pipelines via the CLI.

CLI

Command Line Interface. The qf command-line tool that uploads test results from 20+ frameworks to Qualflare.

Cluster

A group of test failures identified as similar by Qualflare's AI. Also called a Failure Cluster. Clusters help identify recurring root causes across multiple test runs. See Failure Clusters.

Coverage Score

An AI-generated score (0–100%) representing how thoroughly a test suite covers different test types, priorities, quality dimensions, and scenarios.

D

Defect

A bug or issue found during testing. Defects can be linked to failed test cases and tracked through their resolution lifecycle.

E

Environment

The system where tests run (dev, staging, production). Test results in Qualflare can be tagged with environment information.

F

Failure Cluster

See Cluster.

Flaky Test

A test case that passes after being retried, indicating non-deterministic or environment-sensitive behavior. Qualflare detects flaky tests automatically based on retry patterns.

L

Launch

A test execution event that captures results from running tests. Contains pass/fail summary, individual case runs, and analytics. Can be created manually or via CLI upload.

M

Manual Testing

Testing performed by humans, as opposed to automated scripts. Qualflare supports tracking both manual and automated test execution.

Milestone

A release version or sprint used to organize defects and launches. Helps track quality progress toward a release.

P

Pass Rate

The percentage of tests that passed in a launch or across multiple launches. Used to track quality trends over time.

Project

A container within a Workspace that organizes test cases, launches, and results around a specific product or component.

Q

Quo Agent

Qualflare's AI assistant (also called "Quo"). Used for coverage analysis, test case generation, step generation, and answering questions about test management.

S

Saved Query

A named, reusable filter combination on the Explore page. Saved queries can be loaded to instantly apply a set of filters to the case table. See Exploring Cases and Saved Queries.

Shared Steps

Reusable test steps that can be referenced by multiple test cases. Examples: login procedures, setup steps, common actions.

T

Team

A group of project members. Suites and defects can be assigned to teams for filtering and responsibility tracking. See Teams.

Test Case

An individual test that defines what to test, steps to execute, and expected results. The fundamental building block of testing in Qualflare.

Test Plan

A schedule for test execution. Selects test cases from suites, assigns testers, and tracks completion status.

Test Runner Wizard

A guided interface for manually executing test cases from a test plan. Records passed, failed, blocked, or skipped verdicts for each case. See Running Tests with the Test Runner Wizard.

Test Suite

An organized collection of test cases grouped for management and execution. Examples: "Authentication Tests", "Smoke Tests", "Regression Suite".

Two-Factor Authentication (2FA)

An account security feature that requires a second verification step (usually a code from an authenticator app) when logging in.

W

Webhook

An HTTP callback that Qualflare sends to an external URL when specific events occur (e.g., test results collected, defect created). Configured per project.

Workspace

The top-level container in Qualflare where teams collaborate. Contains projects, manages team members, and controls access.


See Also

  • Concepts - Detailed explanations of core concepts
  • Quick Start - Get started with Qualflare
  • FAQ - Frequently asked questions