Skip to main content

Prerequisites

  • VerificationTestCase or ValidationTestCase work items created and linked to requirements
  • Test Run created in Polarion Test Management
  • Test Cases added to the Test Run

Option 1: From Test Case Work Item

  1. Open the test case work item (VerificationTestCase or ValidationTestCase)
  2. Navigate to the Links section in the form layout
  3. Click Add LinkTest Records
  4. Select the Test Run from the picker dialog
  5. Click Save

Option 2: From Test Run Interface

  1. Navigate to Testing space in the sidebar
  2. Open the target Test Run document
  3. In the Test Run editor, click Add Test Cases
  4. Search for or select the verification/validation test cases to include
  5. Click Add
The Test Run automatically creates bidirectional links between Test Record entries and the source test case work items.
Use Test Runs for regression testing or periodic verification campaigns. Each Test Run instance preserves execution history while the test case work item stores the test design.

View Test Execution Status in PowerSheets

Once linked, test execution results appear automatically in PowerSheet views:

System Verification Sheet

The System Verification Sheet shows a three-tier expansion:
Column GroupData Displayed
System Requirements (purple)Requirement ID, description (read-only)
Verification Tests (orange)Test case ID, title, status
Test Run Results (green)Latest execution result, executed by, executed on
Test results propagate from the most recent Test Run record linked to each test case.

Design Verification Sheet

Similar pattern for design-level verification: Color-coded columns show requirement → test → execution status chain.

Interpret Test Results

Test Run execution status values:
StatusMeaningAction Required
PassedTest executed successfully, requirement verifiedNone — verification evidence complete
FailedTest detected requirement violationInvestigate failure, create defect work item, retest
BlockedTest cannot execute (missing precondition, environment issue)Resolve blocker, reschedule test
Not RunTest included in run but not yet executedExecute pending tests
Each new Test Run execution updates the test case’s latest result. Historical results are preserved in Test Run records, but PowerSheet always shows the most recent execution status. To track result history, review individual Test Run documents.

Workflow Diagram

diagram

Track Verification Coverage

After executing Test Runs, verification coverage metrics update automatically:
  1. Navigate to Testing Space Dashboard
  2. Review Verification Coverage bar chart
  3. Drill down into gaps:
    • Requirements with no linked test cases
    • Test cases not included in any Test Run
    • Test cases with “Failed” or “Blocked” status
ISO 26262 Part 4 requires 100% verification coverage with evidence of passing test results for all ASIL-rated requirements.
Use the Verification Coverage Report (see Generate Coverage Report) to export verification status for safety audits. The report cross-references requirements, test cases, and Test Run results in a single view.

Verification Steps

After linking test cases to Test Runs:
  1. Open System Verification Sheet or Design Verification Sheet
  2. Expand a requirement row to show linked test cases
  3. Expand a test case row to show Test Run results
  4. Verify Status column shows latest execution result
  5. Verify Executed On date matches expected Test Run schedule
You should see a three-tier expansion with live test execution status propagated from Test Run records. Failed or blocked tests appear highlighted (if configured in cell decorators).

See Also