Skip to content

Overview

There are two ways to run a Test Case, depending on whether you want a quick one-off run or a repeatable, scheduled set of tests.

Run a single Test Case directly (Direct Run)

The fastest way to validate or re-run an individual test case — no test suite required:

  1. Create a Test Case
  2. Run it directly from the Test Cases page (Actions → Run), or trigger it via the API
  3. Check the Execution Logs

You can also review the Run History of a test case at any time.

Run Test Cases as part of a Test Suite

Use a Test Suite when you want to group several test cases, run them together, schedule them, or repeat them:

  1. Create a Test Case
  2. Add the Test Case to a Test Suite
  3. Run the Test Suite (or schedule it)
  4. Check the Execution Logs

Please refer to the linked pages for the details of each step.