Multiple choice technology testing

......... option allows a single test case to be called within other test cases

  1. Call

  2. Call to Test

  3. Template

  4. Test Call

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

The 'Call to Test' option in HPQC enables test case reuse by allowing one test case to be invoked from within another test case. This promotes modularity and reduces duplication. Options A, C, and D are incorrect - 'Call' is generic, 'Template' is for structure, and 'Test Call' is not the correct terminology.