Restrictions¶
Every JUnit In addition, the corresponding link type must be declared in
Failing to declare a mapping causes property links to be silently dropped, making the test-to-requirement traceability chain invisible. Mitigates:
|
Restriction: Set ``tr_case_id_length`` and ``tr_suite_id_length`` to avoid collisions RE_STR_ID_LENGTH
|
The default ID length (5 characters) is insufficient for test suites with
more than a few hundred test cases. Projects with large test suites must
set Example (used in this qualification project): tr_case_id_length = 8
tr_suite_id_length = 6
Mitigates:
|
Configure Example: tr_case = ["test-case", "testresult", "Test Result", "TR_", "#4CAF50", "rectangle"]
Mitigates:
|