Logo
NeoArc Studio

Test Suite Block

Group related test cases into suites with execution tracking, pass rates, and environment configuration.

The Test Suite block groups related test cases together with aggregate tracking of execution status, pass rates, and test run history. It supports manual, automated, and hybrid execution types.

When to Use

Block Properties

PropertyRequiredDescription
Suite IDNoUnique identifier (e.g., TS-001)
NameYesName of the test suite
DescriptionNoWhat the suite covers
ScopeNoFeatures or areas included
Test CasesNoList with ID, title, and status
EnvironmentNoTarget environment (e.g., Staging)
Execution TypeNoManual, Automated, Hybrid
Last RunNoDate of most recent execution
OwnerNoResponsible team or person

Pass Rate Colours

Execution Types

Example: Fully Passing Suite

An authentication test suite with all tests passing.

Example: Suite with Failures

A shopping cart test suite with some failures.

Example: Pending Execution

A new feature test suite awaiting execution.

Best Practices

PracticeDescription
Feature GroupingGroup tests by feature or user journey
Manageable SizesKeep suite sizes manageable (10-20 tests)
Post-Deployment RunsRun suites after each deployment
Trend TrackingTrack pass rate trends over time
Release LinkingLink suites to release milestones
Smoke TestsInclude smoke tests in deployment suites