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:
- Create a Test Case
- Run it directly from the Test Cases page (Actions → Run), or trigger it via the API
- 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:
- Create a Test Case
- Add the Test Case to a Test Suite
- Run the Test Suite (or schedule it)
- Check the Execution Logs
Please refer to the linked pages for the details of each step.