Skip to main content

Glossary

This page lists key terms used across QAlity so you can quickly understand core concepts.

Test execution structure

Test 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.

Test 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.

Test 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.

Execution modes

Browser 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.

Cloud 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.

Authoring tool

Recorder

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.

tip

For deeper guidance, see docs on creating test cases, test suites, test plans, Browser Execution, and Cloud Execution in the sidebar.