Enumeration Categories
TestAuto2 organizes enumerations into three primary categories based on their usage context:
Safety Assessment Enumerations
HARA Severity (S0-S3) — Severity levels from negligible (S0) to catastrophic (S3) for hazard assessment.
HARA Exposure (E0-E4) — Exposure probability levels from extremely low (E0) to high (E4) reflecting likelihood of hazard occurrence.
HARA Controllability (C0-C3) — Controllability levels from not controllable (C0) to easily controllable (C3) for risk mitigation assessment.
ASIL Classification (QM, A-D) — Automotive Safety Integrity Levels assigned based on severity-exposure-controllability combinations, ranging from QM (no safety requirement) to ASIL D (highest).
Harm Severity — Severity classification for potential harms identified during hazard analysis.
Risk Probability — Probability levels for risk occurrence assessment in risk records.
Risk Level — Overall risk classification combining probability and severity dimensions.
FMEA Analysis Enumerations
FMEA Severity (1-10) — Ten-point severity scale for failure mode effects on product function or safety (1 = negligible, 10 = catastrophic).
FMEA Occurrence (0-10) — Ten-point occurrence scale for failure mode frequency (0 = zero, 10 = very high).
FMEA Detection (0-10) — Ten-point detection scale for control effectiveness (0 = certain detection, 10 = zero detection).
Action Priority (H/M/L) — Priority levels (High/Medium/Low) derived from severity, occurrence, and detection ratings to sequence corrective actions.
PFMEA Occurrence — Process-specific occurrence scale for manufacturing failure modes.
PFMEA Detection — Process-specific detection scale for control plan effectiveness.
System Configuration Enumerations
System Element Status — Status tracking for system architecture elements (e.g., planned, active, deprecated).
Design Requirement Subtype — Subtypes distinguishing design requirement categories (e.g., functional, performance, safety, interface).
Control Type — Classification of risk controls as preventive (reduces occurrence) or detective (enables detection).
Document Type — Work item types for document organization and traceability mapping.
Quick Reference Table
| Enumeration | Purpose | Scale | Standard |
|---|
| HARA Severity | Hazard consequence assessment | S0–S3 | ISO 26262 |
| HARA Exposure | Hazard likelihood | E0–E4 | ISO 26262 |
| HARA Controllability | Driver ability to mitigate | C0–C3 | ISO 26262 |
| ASIL | Safety integrity requirement | QM, A–D | ISO 26262 |
| FMEA Severity | Failure mode consequence | 1–10 | AIAG-VDA |
| FMEA Occurrence | Failure mode frequency | 0–10 | AIAG-VDA |
| FMEA Detection | Control effectiveness | 0–10 | AIAG-VDA |
| Action Priority | Corrective action urgency | H/M/L | AIAG-VDA |
| Risk Probability | Risk event likelihood | Varies | ISO 14971 |
| Risk Level | Overall risk classification | Varies | ISO 14971 |
Navigation Guide
Each enumeration page documents the complete value set, definitions, usage context, and examples. Use the table above to locate the enumeration relevant to your work item or risksheet analysis.
Common Usage Patterns
During HARA Workflow: Assign severity, exposure, and controllability values to hazards. The system automatically derives ASIL from these three dimensions.
During FMEA Analysis: Score failure modes using severity (1–10), occurrence (0–10), and detection (0–10). Risksheet formulas calculate Action Priority automatically based on configured thresholds.
During Risk Control Planning: Classify controls as preventive (reduces occurrence) or detective (enables detection) using the Control Type enumeration.
During Requirements Definition: Subtype design requirements to distinguish functional, performance, safety, and interface categories for traceability and verification planning.