Test Suite Block
Group related test cases into test suites with execution tracking and pass rate metrics.
Overview
The Test Suite block groups related test cases together for organised test execution. It tracks individual test case status, calculates pass rates, and records execution history. Use this block to document test plans and track regression test results.
Regression Test Suite
An automated regression test suite with mixed results.
Manual Test Suite
A manual test suite for user acceptance testing.
Block Properties
| Property | Required | Description |
|---|---|---|
| suiteId | No | Unique suite identifier |
| name | Yes | Test suite name |
| description | No | Suite description and purpose |
| scope | No | What the suite covers |
| testCases | No | Array of test case objects with testId, title, and status |
| environment | No | Target test environment |
| executionType | No | Type (manual, automated, hybrid) |
| lastRun | No | Date of last execution |
| owner | No | Team responsible for the suite |