> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simpleuat.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What is a test suite?

> A suite is a group of tests in a project, the tab in your old UAT workbook. Create it from the Test Suites page.

A **test suite** is a named group of cases. "Checkout," "Auth," "Admin." You create it on **Test Suites** with **Create suite**.

That's all. It is not a run, not a pack, not a cycle.

## Nested suites

The database has `parent_suite_id`. The **list always creates `parent_suite_id` null**. Don't design a deep folder tree expecting the Suites page to parent them. Use naming, module, and tags instead.

## Empty state

**Create suite**, then add cases. Or install a pack and inherit suites. After a pack install, these are normal project suites; rename them to the client's language.

<Columns cols={2}>
  <Card title="What is a case" icon="file-text" href="/tests/what-is-a-case">
    Fields, good and bad examples.
  </Card>

  <Card title="Create and organize" icon="folder-tree" href="/tests/create-and-organize">
    Tags, module, status draft/active/deprecated.
  </Card>
</Columns>
