Tests
Tests
Create and manage test cases, shared steps, and test suites
Tests is where you define what Operio should verify. Inside a project, coverage is organized as test cases, shared steps, and test suites.
In this section
- Creating Test Cases: write structured or autonomous test cases.
- Shared Steps: build reusable step sequences.
- Test Suites: group published test cases for batch execution.
How the library fits together
| Building block | Role |
|---|---|
| Test case | A single scenario (structured steps or an autonomous goal) |
| Shared steps | Reusable action/verify sequences inserted into structured tests |
| Test suite | A collection of published test cases for runs and monitors |
In the sidebar:
- Tests is where you browse and create test cases, and manage suites in a dual-pane browser (All tests, each suite, and Ungrouped).
- Shared Steps is its own sidebar item for reusable step sequences.
The typical workflow: create and publish test cases, group them into suites under Tests, then run them against an environment or put them on a schedule with a monitor.