Glossary
This page lists key terms used across QAlity so you can quickly understand core concepts.
Test execution structureTest execution structure
Test caseTest case
A test case is one saved test flow. It contains the steps and checks needed to validate a specific user journey or behavior. Test cases are the building blocks used in suites and plans. See Creating test cases and Your first test.
Test suiteTest suite
A test suite is a group of related test cases. It helps you organize cases by feature, module, or goal so they can be run together. Suites are then grouped into test plans. See Creating test suites.
Test planTest plan
A test plan is a group of test suites. It is used to run larger test collections in a structured way and can be scheduled for regular execution. Plans help standardize recurring validation across releases. See Creating test plans and Scheduling test plans.
Execution modesExecution modes
Browser ExecutionBrowser Execution
Browser Execution is QAlity's visual single-case runner. It executes one test case with a live, visible flow so you can watch steps as they run. It is useful when you want direct visual feedback during execution. See Browser Execution and Browser Execution vs Cloud Execution.
Cloud ExecutionCloud Execution
Cloud Execution is QAlity's background multi-case runner. It executes multiple test cases without requiring a live visible session. It is useful for larger execution batches and routine automated runs. See Cloud Execution and Browser Execution vs Cloud Execution.
Authoring toolAuthoring tool
RecorderRecorder
Recorder is the QAlity Chrome extension that captures browser actions as test steps. It is installed through a guided popup inside QAlity the first time you click Start recording. Recorder supports Chromium-based browsers such as Chrome, Edge, and Brave. See Recorder, Installation, and AI Step Generation.