Skip to content

Commit 80dde5b

Browse files
committed
Add requirement analysis to requirement checklist. v2
Signed-off-by: Philipp Ahmann <[email protected]>
1 parent 65ab6c5 commit 80dde5b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

process/folder_templates/features/feature_name/requirements/chklst_req_inspection.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,13 @@ Requirement Inspection Checklist
131131
-
132132
* - REQ_08_01
133133
- Is the requirement *verifiable*?
134-
- If at the time of the inspection already tests are created for the requirement, the answer is yes. This can be checked via traces, but also :need:`gd_req__req_attr_test_covered` shows this. In case the requirement is not sufficiently traced to test cases already, a test expert is invited to the inspection to give his opinion whether the requirement is formulated in a way that supports test development and the available test infrastructure is sufficient to perform the test.
134+
- If at the time of the inspection already tests are created for the requirement, the answer is yes. This can be checked via traces, but also :need:`gd_req__req_attr_test_covered` shows this. In case the requirement is not sufficiently traced to test cases already, a test expert is invited to the inspection to give their opinion whether the requirement is formulated in a way that supports test development and the available test infrastructure is sufficient to perform the test.
135+
-
136+
-
137+
-
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.
135141
-
136142
-
137143
-

0 commit comments

Comments
 (0)