Terminology
term |
description |
requirements |
the actual requirement the software needs to implement |
software verification cases (svcs) |
an instruction of a test that can be automated (unit, integration etc) or manual |
manual verification results (mvrs) |
result of test performed manually |
requirement annotation |
the annotation used in code to track where a specific requirement is implemented |
test annotation (svcs_annotations) |
the annotation used in tests to specifiy where a svc is tested |
requirement config |
a file where custom paths to the required yaml files (listed above) can be speficied. |