Skip to content

Creating Suites and Tests

Suites

Suites are an organizational mechanism designed to group and manage tests effectively. As a component of repositories, suites help structure tests in a hierarchical, tree-like format, enabling a flexible and logical organization of testing efforts.

Tests

Tests are the fundamental unit of testing and represents a single point of concern that needs to be verified. Tests are the core components of the TestSlick test management tool, designed to be annotated with various data types to provide full context for testers and enable effective verification

First suite or test

You can begin by either selecting “Add Suite” to create a test suite or you can go straight to “Add Test” to create your first individual tests.

create-suite-or-test

To create a Suite:

  1. Enter a name for your suite in the designated field
  2. Press the + button to save

To create a Test:

  1. Enter a name for your test in the designated field
  2. Press the + button to save

Additional suites and tests

Additional test and suites can be created on the repository page view once it has at least one of those entities.

create-additional-suite-test