# Test Cases

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

<figure><img src="https://3532578673-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRekQAzTuU34yaMn8nFS%2Fuploads%2Fh2TwoLbNOKR30SNVeXXd%2Fimage.png?alt=media&#x26;token=cf12129e-5ad4-46a5-ab63-c00a48751bff" alt=""><figcaption></figcaption></figure>

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.

<figure><img src="https://3532578673-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRekQAzTuU34yaMn8nFS%2Fuploads%2FFQ5hwc6KjsD9ByWHnS6r%2Fimage.png?alt=media&#x26;token=ab2b365f-f1a1-4539-bfe1-0e7171ca5bc3" alt=""><figcaption></figcaption></figure>

### Review

Testcases has a review step in their workflow, which requires them to approve the testcase (unless using skip review during creation).

<figure><img src="https://3532578673-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRekQAzTuU34yaMn8nFS%2Fuploads%2FiaCVIpkN28M3vK5x0Vcy%2Fimage.png?alt=media&#x26;token=bc60c554-cea1-423d-a752-6014df4edb37" alt=""><figcaption></figcaption></figure>

In the review process a User (reviewer) can be selected, and comments can be added on every interactions. Review Cycles are grouped.

<figure><img src="https://3532578673-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRekQAzTuU34yaMn8nFS%2Fuploads%2FgySryaNqbp8vsOQ7vTMj%2Fimage.png?alt=media&#x26;token=f2ceabf6-b58a-42cd-9372-9c9eec47111e" alt=""><figcaption></figcaption></figure>

### Executions

Previous executions can be found under Executions tab.

<figure><img src="https://3532578673-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRekQAzTuU34yaMn8nFS%2Fuploads%2Fy89fjN4a5bRa4D8Oi66K%2Fimage.png?alt=media&#x26;token=2c0d1d2e-1e24-449c-9d03-9a2cea4e76fa" alt=""><figcaption></figcaption></figure>

### Links

Test cases can be linked to

* Requirements
* Other Test cases
* Jira Work items

<figure><img src="https://3532578673-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRekQAzTuU34yaMn8nFS%2Fuploads%2Fqzw8I5LPCMhm93qtsZcp%2Fimage.png?alt=media&#x26;token=0149050e-d2d9-4085-8718-2e75f61ba952" alt=""><figcaption></figcaption></figure>
