Overview
The System Verification Sheet provides a comprehensive view of system requirements verification status across your Automatic Emergency Braking (AEB) system. Each row represents a System Requirement work item, expanded to show:- System Requirement (purple column group) — what must be verified
- Verification Test Cases (orange column group) — how verification is performed
- Verification Evidence (red column group) — proof of successful verification
Configuration Properties
Source Query Configuration
| Property | Type | Default | Description |
|---|---|---|---|
sourceEntity | String | SystemRequirement | RTM domain model entity type defining the root items displayed in left column group. Queries all SystemRequirement work items from current document context. |
documentContext | String | current | Document scoping mode that limits query to work items in the currently viewed Polarion LiveDoc. Prevents cross-document requirement pollution. |
documentFilter | String | — | Optional constraint applied to verificationTestCases expansion to restrict test cases to a specific Testing space module. Example: moduleFolder='Testing/SystemVerificationSpecification' |
Column Group: System Requirements (Purple)
Configuration for the left-side column group displaying requirement metadata.| Property | Type | Default | Description |
|---|---|---|---|
groupName | String | System Requirements | Display label shown in column group header |
headerColor | String | #7B3FF2 | Purple hex color for section header and row background. Visual grouping color per Diataxis framework: purple = requirements (what must be met). |
collapseTo | String | description | Primary field shown when column group is collapsed. Users can minimize requirements section to show only description while preserving row grouping. |
visible | Boolean | true | Whether column group is visible by default. Set to true for always-visible requirement metadata. |
Requirement Metadata Columns
| Property | Type | Default | Description |
|---|---|---|---|
objectId | String (read-only) | — | Requirement ID (e.g., SYSREQ-001). Maps to work item identifier in Polarion. Formatted with readOnlyFormatter for grey background. Prevents accidental edits during verification review. |
title | String (read-only) | — | Requirement title text. Configured with boldReadOnlyFormatter for visual emphasis. Shows with grey background to indicate protected content. Serves as keyboard focus point when user enters requirement row. |
description | String (read-only) | — | Full requirement description text. Read-only field preventing modification from verification sheet context (requirements are authored in Requirements space). Serves as collapseTo target for collapsed view. |
classification | Enumeration (read-only) | — | Safety classification field. Examples: SC (Safety Critical) or CC (Critical Component) per ISO 26262. Read-only to prevent accidental classification changes during verification planning. |
Column Group: Verification Test Cases (Orange)
First-level relationship expansion showing linked test cases.| Property | Type | Default | Description |
|---|---|---|---|
relationshipRole | String | verificationTestCases | RTM model link role traversed from SystemRequirement to reach VerificationTestCase entities. Defines how PowerSheet discovers linked test cases for each requirement. |
groupName | String | Verification Test Cases | Display label for test case column group header. |
headerColor | String | #FF9800 | Orange hex color for section header and row background. Visual grouping per framework: orange = tests (how we verify). |
collapseTo | String | title | Primary field shown when test case group is collapsed. Users can minimize test detail while preserving traceability view. |
multiRow | Boolean | true | Whether multiple test cases per requirement display as separate sub-rows. Enables one-to-many requirement-to-test relationship visualization. |
Verification Test Case Columns
| Property | Type | Default | Description |
|---|---|---|---|
testCaseId | String (expandable) | — | Displays test case ID from expanded verificationTestCases relationship. Notation: testCases.testCase refers to objectId of VerificationTestCase work item reached through relationship expansion. Provides stable reference for test case traceability. |
title | String (editable) | — | Test case title with hasFocus:true and multiLine:true configuration. Enables keyboard-driven test documentation without excessive clicking. MultiLine support allows detailed test descriptions within column without horizontal scrolling constraints. |
status | Enumeration | — | Test case execution status. Typical values: Planned, In Progress, Passed, Failed. Serves as primary status indicator for verification planning and tracking workflows. |
Column Group: Verification Evidence (Red)
Second-level relationship expansion showing external evidence artifacts linked to test cases.| Property | Type | Default | Description |
|---|---|---|---|
relationshipRole | String | externalReferences | RTM model link role traversed from VerificationTestCase to reach evidence artifacts. Second-hop expansion enables complete audit trail: requirement → test → evidence. |
groupName | String | Verification Evidence | Display label for evidence column group header. |
headerColor | String | #D32F2F | Dark red hex color. Visual grouping per framework: red = evidence (proof of verification). Distinct color emphasizes evidence tier importance for compliance. |
collapseTo | String | artifact | Primary field shown when evidence group is collapsed. |
multiRow | Boolean | true | Multiple evidence artifacts per test case display as separate sub-rows. Supports multiple evidence files (test reports, logs, screenshots) per test case. |
Evidence Columns
| Property | Type | Default | Description |
|---|---|---|---|
artifact | String | — | External reference artifact identifier or filename. Examples: test_report_v2.pdf, test_log_20250215.csv. Serves as evidence identifier for audit traceability. |
evidenceType | String | — | Enumeration indicating evidence category. Typical values: Test Report, Test Log, Screenshot, Measurement Data, Analysis Report. Helps categorize verification evidence for compliance audits. |
referenceLink | URL (hyperlink) | — | Hyperlink to external evidence location (document repository, artifact store, issue tracker attachment). Enables one-click navigation to evidence source for verification review. |
Entity Factory Configuration
The PowerSheet includes intelligent work item creation capability that streamlines test case creation workflow.| Property | Type | Default | Description |
|---|---|---|---|
entityFactory | Configuration | — | Inline creation handler for new VerificationTestCase work items. When user creates test case link from requirement row, PowerSheet automatically creates new test case and links it to parent requirement. |
targetModule | String | Testing/SystemVerificationSpecification | Polarion LiveDoc module where new test cases are created. This module path must match system specification convention. Example value shows System Verification test cases organized under Testing space. Must correspond to document structure in your project. |
autoLink | Boolean | true | Automatically establish verificationTestCases link from requirement to newly created test case. Eliminates manual linking step; ensures consistent traceability setup. |
workItemType | String | VerificationTestCase | Work item type for created entities. Must be defined in project RTM domain model and correspond to active work item type in Polarion project. |
Formatting and Display Configuration
Read-Only Field Formatting
Requirement fields use protective formatting to prevent accidental edits during verification review:Column Width Optimization
| Column | Width | Rationale |
|---|---|---|
| Requirement ID | 120px | Fixed width accommodates typical format (SYSREQ-001) |
| Requirement Title | 250px | Optimized for 1-2 line titles without truncation |
| Requirement Description | 400px | Full description text visible; users can expand for longer text |
| Test Case Title | 300px | MultiLine mode allows wrapped text; focus enabled for efficient documentation |
| Evidence Type | 150px | Enumeration values typically 20-30 characters |
Document Grouping and Organization
| Property | Type | Default | Description |
|---|---|---|---|
groupByField | String | parentDocument | PowerSheet groups rows by source document. When working across multiple System Requirements Specifications (SRS), grouping provides organizational context boundaries. |
groupVisible | Boolean | true | Document title group headers are visible, showing which specification contains each requirement. Helps users understand requirement origin when reviewing cross-document verification. |
sortOrder | String | ascending | Groups sorted in ascending order by document name/ID. Provides consistent, predictable document ordering for verification review workflows. |
Views Configuration
The PowerSheet includes multiple named views supporting different verification workflow phases:Default View: Full Verification Traceability
Shows all column groups: System Requirements (purple), Verification Test Cases (orange), Verification Evidence (red). Use this view for comprehensive verification planning and evidence tracking.Requirement Planning View
Hides evidence columns (red), showing only requirements and test cases. Use this view for initial test case planning without evidence artifact clutter.Evidence Review View
Shows requirements and evidence only (no intermediate test case columns). Use this view for focused evidence audit where test case details are known.Collapsed Summary View
Shows only requirement ID, title, test case count, and highest-priority evidence. Use for high-level verification status overview in reporting and management reviews.RTM Model Integration
System Verification Sheet depends on these RTM domain model entities and relationships:Required Entity Types
| Entity | Reference | Purpose |
|---|---|---|
SystemRequirement | work item type | Root entity; each row represents one system requirement from active document |
VerificationTestCase | work item type | Linked via verificationTestCases relationship; represents test case verifying requirement |
ExternalReference | link target | Evidence artifacts; linked from test cases via externalReferences relationship |
Required Relationship Roles
| Role | Direction | Source | Target | Cardinality |
|---|---|---|---|---|
verificationTestCases | outbound | SystemRequirement | VerificationTestCase | 1..* |
externalReferences | outbound | VerificationTestCase | ExternalReference | 0..* |
Document Filter Constraint
ThedocumentFilter property restricts verification test case query:
Workflow Integration
Creating New Verification Test Cases
- Open System Requirements document containing Polarion LiveDoc
- Click Add Test Case button in test case column group for desired requirement
- PowerSheet presents entity factory dialog with pre-populated:
- Parent requirement link automatically set
- Module destination:
Testing/SystemVerificationSpecification - Work item type:
VerificationTestCase
- Enter test case title, description, method, environment
- Click Create — PowerSheet creates test case and automatically establishes verificationTestCases link
Linking Existing Test Cases
- Click Link Test Case in test case column for requirement row
- Select existing VerificationTestCase from module browser
- PowerSheet establishes bidirectional link immediately
- Test case details populate in subsequent sub-rows
Adding Verification Evidence
- Navigate to test case row containing target test
- Click Add Evidence in evidence column group
- Provide evidence artifact reference (file path, URL, document ID)
- Enter evidence type enumeration (Test Report, Test Log, Screenshot, etc.)
- Click Link — PowerSheet creates externalReferences link
Verification Coverage Tracking
The System Verification Sheet contributes to ISO 26262 Part 4 verification coverage metrics:| Metric | Calculation | Target |
|---|---|---|
| System Requirement Verification Coverage | (SystemRequirements with ≥1 verificationTestCases backlink) / Total SystemRequirements | 100% |
| Test Case Evidence Coverage | (VerificationTestCases with ≥1 externalReferences backlink) / Total VerificationTestCases | 90%+ |
| Requirement-Evidence Chain Completeness | (Requirements with complete chain: sysReq → test → evidence) / Total requirements | 80%+ |
See Also
- System Verification Workflow Guide — Step-by-step guide for using this sheet in daily verification work
- Verification Test Case Work Item Type — Field definitions and properties
- System Element Work Item Type — Hierarchical system structure reference
- V&V Engineer Dashboard — Consolidated verification metrics and coverage views
- RTM Domain Model — Complete relationship role definitions