Terminology

term

description

requirements (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 (requirements_annotations)

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 (reqstool_config)

a file where custom paths to the required yaml files (listed above) can be speficied.