Steps
1. Navigate to Design Requirements Specification
- Click ** Design** in the left navigation
- Locate the appropriate Design Requirements Specification (DRS) document for your component
- Document naming convention:
DRS-<ComponentName> - Example:
DRS-BrakingModule,DRS-SensorInterface
- Document naming convention:
- Click the document title to open it
2. Create New Design Requirement Work Item
- In the opened DRS document, click + New Work Item in the document toolbar
- Select Design Requirement from the work item type dropdown
- The work item form will open with required fields
3. Configure Required Fields
ID (auto-generated)Polarion assigns the ID automatically based on project prefix. Example:
DRS-456
TitleEnter a concise, implementation-focused title:
- Good: “ECU shall process brake sensor input within 10ms”
- Bad: “Braking system performance” (too vague)
Provide detailed technical specification including:
- Functional behavior
- Interface definitions
- Performance criteria
- Constraints or dependencies
Classify the design requirement:
| SubType | Use When |
|---|---|
functional | Defines system behavior or operation |
interface | Specifies inter-component communication |
performance | Sets timing, throughput, or resource limits |
safety | Addresses safety mechanisms per ISO 26262 Part 5/6 |
If the design requirement relates to a safety-critical or cybersecurity-critical characteristic, set
classification:
sc→ Safety Critical (orange badge)cc→ Conformance Critical (red badge)- Leave blank for non-critical requirements
4. Establish Upward Traceability
Link the design requirement to its parent subsystem requirement:- Click Add Link in the work item form
- Select link role: refines → Subsystem Requirement
- Search for and select the parent subsystem requirement (e.g.,
SUBRS-123) - Click Add
5. Link to Verification Test Cases (Optional at Creation)
While you can defer this until test authoring, establishing forward traceability early helps verification planning:- In the design requirement form, click Add Link
- Select link role: verified by → Verification Test Case
- If test cases already exist, select them; otherwise skip this step
- PowerSheet entity factory will create test cases in
Testing/DesignVerificationSpecificationmodule when you add tests from the Design Verification Sheet
Design requirements are verified (right side of V-model), not validated. Validation applies to customer requirements. Use
verificationTestCases link role, not validationTestCases.6. Save the Work Item
Click Save in the form toolbar. The design requirement is now:- Created in the DRS document
- Linked to parent subsystem requirement (upward traceability)
- Available for DFMEA analysis (if classified as SC/CC)
- Ready for verification test case linkage
Verification
After saving, verify proper integration:-
Check Component RTM PowerSheet:
Navigate to Requirements → Component RTM. Your new design requirement should appear nested under its parent subsystem requirement with upward links visible. -
Verify Design Space Dashboard:
Go to ** Design** space home. The “Design Requirements to System Requirements” coverage metric should reflect the new requirement with proper upward traceability. -
Check Safety Readiness Scorecard (if SC/CC):
If you setclassification: scorcc, the requirement should increment the SC/CC Design Requirements count in the Safety Readiness Scorecard.
See Also
- Create Subsystem Requirements — Parent level in V-model
- Refine Requirements Across Levels — Multi-level decomposition workflow
- Classify Requirements (SC/CC) — Safety classification rules
- Use Requirements PowerSheet — Bulk authoring interface
- Design Requirement — Work item type reference
- Component RTM PowerSheet — Configuration reference
- Design Verification Sheet — Verification traceability view
- V-Model Methodology — Conceptual framework