Tests Tab
Complete field reference, Verification vs. Validation guidance, TAID method explanations, and per-standard compliance mapping for the Tests tab in the RTMify requirements traceability template.
The Tests tab contains test groups and individual test cases. A Test Group (TG-001) maps to one or more requirements via the Requirements tab's Test Group IDs column. Each group contains one or more individual tests (T-001, T-002…), each typed as Verification or Validation and assigned a method (Test, Analysis, Inspection, or Demonstration). Tests form the third pillar of the requirements traceability matrix, linking every requirement to a specific verification activity. Across all regulated standards (AS9100, ISO 13485, DO-178C, IEC 62304, ISO 26262, ASPICE), the Tests tab ensures that every requirement is independently verifiable and that verification evidence is recorded and traceable.
Field-by-Field Reference
The Tests tab contains six columns that systematically define test groups, individual tests, and verification methods.
| Column | Field Name | Description | Valid Values & Tips |
|---|---|---|---|
| A | Test Group ID | Unique identifier for a test group that verifies one or more requirements. Groups related test cases and provides upward traceability to requirements. | TG-001, TG-002, … Auto-populated. Sequential format. One test group may have multiple test cases (T-001, T-002, T-003…). Multiple requirements may reference the same test group. Each test group should have a descriptive name. |
| B | Test ID | Unique identifier for an individual test case within a test group. Enables detailed traceability and test result tracking. | T-001, T-002, … Scoped to the test group. Each test case should have a concise title. |
| C | Test Type | Indicates whether the test is Verification or Validation. Critical for regulated audits. | Verification or Validation — Verification: lab test, bench test. Validation: field trial, clinical study, UAT. |
| D | Test Method | Specifies how verification/validation is performed. Chosen from TAID. | Test | Analysis | Inspection | Demonstration |
| E | Notes | Free-text field for test details, standards compliance references, test results, and traceability metadata. | Link external test results, compliance references, and auditor-relevant information. |
| F | RTMify Status | Automatically populated field indicating whether this test is fully traced. | Complete | In Progress | Not Started |
Verification vs. Validation Deep-Dive
Verification and Validation are complementary but distinct activities. This distinction is critical for ISO 13485 audits, where auditors specifically check that V&V are recorded separately and that validation includes evidence of intended use.
| Aspect | Verification | Validation |
|---|---|---|
| Definition | Confirms that outputs (design, code, product) meet inputs (requirements, design intent). "Did we build it right?" | Confirms that the product meets user needs and is fit for intended use. "Did we build the right thing?" |
| Scope | Component-level, integration-level, system-level bench testing. Lab environment. | System-level. Realistic or operational environment (field trial, clinical study, customer use). |
| Timing | Throughout development: unit test, integration test, system test in lab. | Late in development: after verification complete, before release. Often post-release in-service monitoring. |
| Independence (Regulated) | May require independent tester (DAL B/C/D, ASIL D, Class A) to show impartiality. | Often requires independent evaluator (clinical validation, field trial monitoring). |
| Test Type Column | Test Type = "Verification" | Test Type = "Validation" |
| Example (Medical Device) | Lab bench test: confirm the blood glucose meter displays correct values when tested with calibration solutions of known glucose concentration. | Clinical validation: 50 diabetic patients use the device over 30 days and achieve ≥95% accuracy compared to reference lab measurements in real-world conditions. |
| Auditor Focus (ISO 13485) | Auditors verify that all design outputs (requirements) have corresponding design verification tests (bench tests). Test results and traceability matrix are reviewed. | Auditors SPECIFICALLY check that design validation is documented separately. Clinical or field validation data must be recorded. This distinction is a key audit point. |
| Standard Emphasis | DO-178C (§6.3 Structural Testing): All requirements must be covered by test cases. ISO 26262: All ASIL requirements must be verified. IEC 62304 (§5.5): All software requirements must have integration tests. | ISO 13485 (§7.3.6): Design validation must demonstrate the product meets user needs. IEC 62304 (§5.7): Software release validation. ASPICE (SWE.6): Qualification testing confirms product is ready for release. |
Auditor Focus (ISO 13485): During medical device audits, ISO 13485 inspectors closely examine the Requirements and Tests tabs. They verify that: (1) Every design output (requirement) has a linked test (verification activity). (2) Design verification tests are recorded separately from design validation tests. (3) Clinical validation activities are documented with evidence. (4) The RTMify status shows complete traceability. If your Tests tab shows only verification tests with no validation tests, auditors will ask: "Where is your clinical/field validation evidence?"
Per-Standard Guidance on V&V
DO-178C: Verification covers all testing activities (§6.3 Structural Testing, §6.4 Reviews & Analyses). Validation is system-level qualification. Both are required for all DAL levels. Verification must achieve code coverage targets based on DAL. Independence of verification is mandatory for DAL A/B.
ISO 26262: Verification is per Part 6 (unit testing, integration testing, qualification testing). Validation is system-level verification that ASIL safety requirements are met. ASIL D requires the highest verification rigor. Validation includes test evidence linking back to HARA safety goals.
IEC 62304: Verification is software integration and system testing (§5.5). Validation is software release verification (§5.7). Software safety class (A/B/C) determines verification rigor. Ensure every software requirement is traced to a test.
TAID Methods Explained
TAID stands for Test, Analysis, Inspection, Demonstration—the four fundamental methods for verification and validation. Each method is suited to different types of requirements and provides different types of evidence.
Test
Executing the system (hardware, software, or integrated product) and measuring output against expected results.
- Bench test: Power-on self-test, functional test suite executed on the device
- Environmental test: Temperature cycling, humidity, vibration, or shock testing
- EMC test: Electromagnetic compatibility testing per FCC/CE standards
- Protocol test: CAN bus message validation, network packet injection and response verification
- Stress test: Load testing, boundary-condition testing (max/min values, null inputs)
- System test: End-to-end test of the integrated product in a controlled lab environment
- DO-178C §6.3 (Structural Testing)
- ISO 26262 Part 6 §11
- IEC 62304 §5.5
Analysis
Evaluating the system through mathematical, computational, or logical analysis without executing the product.
- Static analysis: Code review for adherence to coding standards, security vulnerabilities, memory leaks (using tools or manual review)
- Stress analysis: Finite element analysis (FEA) of mechanical components under load
- Thermal analysis: Computational fluid dynamics (CFD) or thermal simulation to verify temperature limits
- Formal proof: Mathematical proof that an algorithm or logic is correct (e.g., proving a sorting function always terminates)
- FMEA (Failure Mode & Effects Analysis): Systematic evaluation of failure modes and their impact
- Traceability analysis: Verification that all requirements are traced and all user needs are covered
- Security analysis: Threat modeling, attack surface analysis, crypto algorithm review
- DO-178C §6.4 (Reviews & Analyses)
- ISO 26262 Part 6 §9
- IEC 62304 §5.3.6
Inspection
Visual, dimensional, or structural examination of the product (hardware, code, documents, drawings) to verify conformance.
- Code review: Peer review of source code for logic errors, style compliance, commenting adequacy
- PCB inspection: Visual inspection of solder joints, component placement, board layout per IPC standards
- Drawing review: Checking mechanical drawings for dimensioning accuracy, tolerances, surface finishes
- Design review: Walk-through of architecture diagram, control flow diagram, or design specification
- Configuration audit: Verification that produced code/documents match the design specification
- Trace code inspection: Manual tracing of control flow to verify a requirement is implemented correctly
- DO-178C §6.4 (Reviews & Analyses)
- ISO 13485 §7.3.4/5 Design Review
- ASPICE SWE.3
Demonstration
Showing that the product functions correctly in realistic or operational conditions (field trial, user acceptance test, live environment).
- Field trial: Real-world deployment with end-users under normal operating conditions
- User acceptance test (UAT): End-user validation that the product meets their needs
- Clinical validation: Patient use or clinical study demonstrating safety and effectiveness (ISO 13485)
- In-service monitoring: Operational data collection showing that the product functions as intended in the field
- Bench demonstration: Live demonstration to stakeholders showing the product executing a key use case
- Environmental field test: Operating the product in its actual deployment environment (e.g., automotive on test track, aerospace in flight)
- ISO 13485 §7.3.6 Design Validation
- ISO 26262 Part 6 §11
- IEC 62304 §5.7
Combining TAID Methods
A complete verification strategy often combines multiple TAID methods for comprehensive coverage. Examples:
- Requirement: "Buffer overflow vulnerabilities SHALL be prevented." Methods: (1) Analysis: static analysis tool scanning. (2) Inspection: code review. (3) Test: fuzz testing with oversized inputs.
- Requirement: "System SHALL operate correctly in temperatures 0–50°C." Methods: (1) Analysis: thermal simulation (FEA). (2) Test: environmental chamber testing. (3) Demonstration: field trial.
- Requirement: "Software SHALL implement CRC-32 error detection." Methods: (1) Inspection: design review. (2) Analysis: formal proof of CRC detection. (3) Test: protocol test with corrupted packets.
Coverage Strategy: For critical requirements (safety, security, regulatory), use at least two TAID methods. This provides defense-in-depth: if one method has a blind spot, another may catch it. A combination of methods provides higher confidence in requirement closure.
Per-Standard Compliance Mapping
The Tests tab satisfies specific clauses and processes in each regulated standard. Below is a standard-by-standard breakdown showing how to structure tests, annotate them, and ensure compliance.
AS9100 Rev D
Design verification and validation must be performed to ensure design outputs meet design inputs and the intended use. Configuration management applies throughout.
ISO 13485:2016
Verification confirms outputs meet inputs. Validation confirms the product meets user needs (intended use). Clinical or field validation activities must be recorded separately from bench verification. Auditors SPECIFICALLY check this distinction.
DO-178C
Software must be verified through structural testing (code coverage by test cases) and through analyses/reviews. DAL A/B require independence of verification. Coverage metrics (Statement, Decision, MC/DC) depend on DAL.
IEC 62304
Software safety class determines verification rigor. Class A requires formal testing and validation; Class C permits simplified testing. Integration and system testing must be traced to software requirements.
ISO 26262
ASIL (Automotive Safety Integrity Level) determines test coverage and independence requirements. ASIL D requires the highest rigor (formal methods, back-to-back testing, independent verification). Untagged requirements are QM (Quality Management) and use standard testing.
ASPICE
ASPICE separates unit, integration, and qualification testing. Each level must be traceable to corresponding requirements (LLR → Unit tests, HLR → Integration tests, SYS-xxx → System tests). CL2+ requires bidirectional traceability.
Key Compliance Requirements by Standard
AS9100 Rev D (Aerospace)
Design verification (§8.3.5) must ensure design outputs meet design inputs. Maintain configuration management of all approved test cases. Create a Design Verification and Validation Plan (DV&V Plan) documenting the test strategy, methods, and acceptance criteria. Link each test group to the requirements it verifies. Record test results with traceability to the test case and date of execution. All critical tests require sign-off by the configuration manager or quality engineer.
ISO 13485:2016 (Medical Device)
Separate design verification (§7.3.5) from design validation (§7.3.6). Verification tests confirm design outputs meet design inputs. Validation tests confirm the product meets user needs and is safe and effective in intended use. Auditors will specifically request to see: (1) Design verification test plan and results. (2) Design validation plan with clinical or field trial evidence. (3) Traceability linking requirements to verification tests and validation evidence. If you lack clinical validation data, document the rationale. Record all V&V evidence and maintain it for audit.
DO-178C (Aerospace Software)
All requirements must be verified through structural testing (code coverage) and/or reviews/analyses. DAL A/B require independence: the test engineer must be different from the developer. Document independence in Notes. Coverage metrics are mandatory: Statement Coverage (SC), Decision Coverage (DC), and Modified Condition/Decision Coverage (MC/DC). For DAL A, MC/DC is typically required; for DAL B, DC may be acceptable; for DAL C/D/E, SC may suffice. Track coverage metrics for each test group. Reference DO-178C Table A test objectives in your test documentation.
IEC 62304 (Medical Device Software)
Software safety classification (Class A/B/C) drives verification rigor. Class A requires the most comprehensive testing: detailed test cases, expected results, actual results, and sign-off by an independent reviewer. Class B requires documented tests and documented results. Class C may allow simpler test documentation. Annotate each test with the software safety class addressed in Notes. Ensure all software requirements have corresponding integration and system tests. Record integration test results and system test results separately.
ISO 26262 (Automotive Functional Safety)
ASIL determines verification rigor and independence requirements. ASIL A requires standard verification. ASIL B requires decision coverage. ASIL C requires decision coverage and likely independent verification. ASIL D requires MC/DC coverage and mandatory independent verification. Annotate each safety-critical test with the ASIL level and coverage achieved. Back-to-back testing (two independent implementations compared) is often required for ASIL D. QM (Quality Management, non-safety) requirements use standard V&V.
ASPICE (Automotive Development Process)
ASPICE separates unit verification (SWE.4), integration testing (SWE.5), and qualification testing (SWE.6) from system integration testing (SYS.4). Each level must trace to corresponding requirements: LLR (low-level requirements) are verified by unit tests, HLR (high-level requirements) by integration tests, and SYS-xxx (system requirements) by system/qualification tests. Document the test level in Notes for traceability. For CL2+ maturity, ensure bidirectional traceability. Record test results, metrics, and any rework needed.
Frequently Asked Questions
Related Documentation
- Requirements Tab — Defining testable SHALL statements and requirement traceability
- User Needs Tab — Capturing stakeholder expectations and regulatory inputs
- Traceability — Building and validating traceability matrices across all tabs
- Status Codes — Understanding RTMify status indicators and completion criteria
- AS9100 Guidance — Design verification and validation, configuration management
- ISO 13485 Guidance — Design verification and validation, clinical validation requirements
- DO-178C Guidance — Structural testing, code coverage, independence requirements
- IEC 62304 Guidance — Software safety classification, testing by class level
- ISO 26262 Guidance — ASIL-determined verification rigor and coverage metrics
- ASPICE Guidance — Unit, integration, and qualification testing levels and traceability
Last Updated: March 22, 2026
Standards Covered: AS9100 Rev D, ISO 13485:2016, DO-178C, IEC 62304, ISO 26262:2018, ASPICE 3.1
RTMify is a compliance-aware requirements traceability manager designed for regulated engineering environments. This documentation reflects best practices across aerospace, medical device, automotive, and industrial safety standards.