Skip to content

Commit c7392e6

Browse files
committed
Add requirement analysis to component inspection
Signed-off-by: Philipp Ahmann <[email protected]>
1 parent 754e670 commit c7392e6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

process/folder_templates/modules/module_name/component_name/docs/requirements/chklst_req_inspection.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ Requirement Inspection Checklist
135135
-
136136
-
137137
-
138+
* - REQ_08_02
139+
- Is the requirement verifiable by design or code review in case it is not feasibly testable?
140+
- In very rare cases a requirement may not be verifiable by test cases, for example a specific non-functional requirement. In this case a requirement analysis verifies the requirement by design/code review. If such a requirement is in scope of this inspection, please check this here and link to the respective review record. A test expert is invited to the inspection to confirm their opinion that the requirement is not testable.
141+
-
142+
-
143+
-
138144
* - REQ_09_01
139145
- Do the requirements that define a safety mechanism specify the error reaction leading to a safe state?
140146
- Alternatively to the safe state there could also be "repair" mechanisms. Also do not forget to consider REQ_05_01 for these.

process/process_areas/verification/verification_concept.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ stakeholder requirements as stakeholder requirements describe the platform behav
167167

168168
Note that all the above tests shall only link to requirements of type "Functional" and "Interface".
169169
The verification of requirements of types "Process" and "Non-Functional" will be done via Analysis,
170-
which is a verification method still to be defined. ``[TODO: Link to Analysis process once available. See ticket #577]``
171-
170+
which is part of the requirement inspection :need:`doc__feature_name_req_inspection` and :need:`doc__component_name_req_inspection`.
172171
Requirements always include Assumptions Of Use.
173172

174173
A more detailed description of how to link code to requirements is available here: :need:`gd_req__verification_link_tests`

0 commit comments

Comments
 (0)