summaryrefslogtreecommitdiff
path: root/spec/spec/requirement-validation.yml
blob: a4d701e21dad347ea967e0b9b91de957670e5487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020, 2021 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: spec-member
  uid: root
- role: spec-refinement
  spec-key: type
  spec-value: validation
  uid: root
spec-description: null
spec-example: null
spec-info:
  dict:
    attributes:
      method:
        description: |
          It shall specify the requirement validation method (except validation
          by test).  Validation by test is done through ${test-case:/spec-name}
          items.
        spec-type: name
      references:
        description: null
        spec-type: external-reference-list
      text:
        description: |
          It shall provide the validation evidence depending on the validation
          method:

          * *By analysis*: A statement shall be provided how the requirement is
            met, by analysing static properties of the
            ${/glossary/softwareproduct:/term}.

          * *By inspection*: A statement shall be provided how the requirement
            is met, by inspection of the ${/glossary/sourcecode:/term}.

          * *By review of design*: A rationale shall be provided to demonstrate
            how the requirement is satisfied implicitly by the software design.
        spec-type: str
    description: |
      This set of attributes provides a requirement validation evidence.  The
      item shall have exactly one link to the validated requirement with the
      ${requirement-validation-role:/spec-name}.
    mandatory-attributes: all
spec-name: Requirement Validation Item Type
spec-type: requirement-validation
type: spec