Test Cases
Test Cases are the fundamental units of testing - individual scenarios that verify specific functionality.
On this page
Test Cases are the fundamental units of testing - individual scenarios that verify specific functionality. Each test case contains sequential Test Steps with actions, test data, and expected results. Test cases can be linked to requirements (for traceability) and Jira work items (for implementation tracking), and support both traditional and BDD (Gherkin) formats.
Overview

The Overview tab stands from different cards:
- Top bar shows statistics about the previous executions results
- Main card contains the main data
- Version card shows the creation dates of the testcase
- Details shows main attributes
- In Automation card automated test related information available
Steps
Test Steps are the granular actions within a test case that guide testers through execution. Each step defines what action to perform, what test data to use, and what result to expect. During execution, each step is tracked individually, allowing precise identification of where failures occur.

Review & approval
Test cases go through a review step in their workflow: a test case has to be approved before it becomes Active and ready for execution (unless skip review is used during creation). The same review and approval workflow is now also available on Requirements.

A test case moves through these states:
- Draft - initial state for a new test case
- In Review - submitted and awaiting reviewer approval
- Active - approved and ready for execution
- Changes Needed - a reviewer requested changes; the author reworks and resubmits
- Archived - no longer in active use (reachable from Draft, Active, or Changes Needed)
When you send an item to review you can select one or more reviewers, add a note describing what to check, and set a due date. Only an assigned reviewer can approve or request changes, and BesTest shows who the item is still waiting on - so you can require sign-off from more than one person before a change goes into a release cycle.

Each reviewer can Approve or Request Changes, and comments can be added on every interaction. Consecutive submissions are grouped into Review Cycles, keeping the full review audit trail - who was asked, who answered, what changed, and how many rounds it took - in one place.
Executions
Previous executions can be found under Executions tab.

Links
Test cases can be linked to
- Requirements
- Other Test cases
- Jira Work items

