Multiple choice technology testing

You can also create coverage between test instances and requirements. You can enable this feature using the ........... parameter in Site Administration

  1. ALLOW_REQ_COVERAGE_BY_TEST_INSTANCE

  2. ALLOW_TEST_COVERAGE_BY_REQ_INSTANCE

  3. ALLOW_R_COVERAGE_BY_T_INSTANCE

  4. None of above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The ALLOW_REQ_COVERAGE_BY_TEST_INSTANCE parameter enables traceability between test instances and requirements in Quality Center. This feature allows teams to link specific test executions to requirement coverage for better tracking. The parameter name clearly indicates it allows requirement coverage by test instance.

AI explanation

In HP Quality Center/ALM's Site Administration configuration, project-level parameters control optional features, and coverage linkage between test instances and requirements (allowing a requirement to show coverage status from a specific test instance run) is toggled via the parameter named ALLOW_REQ_COVERAGE_BY_TEST_INSTANCE. The other listed options are decoy variants with the words reordered or abbreviated (TEST_COVERAGE_BY_REQ_INSTANCE reverses the relationship, and the abbreviated R/T_INSTANCE version isn't a real parameter name) and don't match ALM's actual Site Administration parameter naming.