Multiple choice technology testing

After creating or editing an object repository XML file. Which Quick test functionality is recommended to use in order to verify, our file confirms to QTP object repository scheme.

  1. Scheme Verification

  2. XML Validation

  3. XML Verification

  4. Scheme Validation

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

Scheme Validation is the recommended QTP functionality to verify object repository XML files conform to the QTP object repository schema. The other terms (Scheme Verification, XML Validation, XML Verification) are not actual QTP features.

AI explanation

After hand-editing or creating an object repository as an XML file in QuickTest Professional, you use the 'Schema Validation' feature (spelled 'Scheme Validation' in this question's answer options, likely a transcription/typo of 'Schema') to check that the XML structurally conforms to QTP's expected object repository schema before importing it back as a .tsr repository. This catches malformed tags or invalid structure early. 'XML Validation'/'XML Verification' are more generic and not QTP's actual named feature, and 'Scheme Verification' inverts the correct term's word order/meaning. Given the apparent spelling quirk in the source material, treat the exact wording with some caution.