Logo
NeoArc Studio

Test Case Block

Document test cases with steps, expected results, preconditions, and execution status.

Overview

The Test Case block documents manual or automated test cases with step-by-step instructions and expected results. It includes preconditions, postconditions, priority, status, and assignee. Use this block to create structured test documentation for QA processes.

Passing Test Case

A test case that has passed execution.

Failed Test Case

A test case showing failure status.

Block Properties

Test Case block properties
PropertyRequiredDescription
testIdNoUnique test case identifier (e.g., TC-001)
titleYesTest case title
descriptionNoWhat the test verifies
preconditionsNoConditions required before test execution
stepsNoArray of steps with order, action, and expectedResult
postconditionsNoExpected state after test completion
priorityNoPriority (critical, high, medium, low)
statusNoExecution status (draft, ready, passed, failed, blocked, skipped)
assigneeNoPerson or team assigned to execute