Multiple choice technology testing

Your application contains objects that behave like standard objects but are not recognized by QuickTest. How you will handle them?

  1. Use descriptive programming.

  2. Use QTP record option.

  3. Use virtual objects

  4. None of above

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

Virtual objects in QTP (QuickTest Professional) allow you to map unrecognized custom objects to standard objects, enabling automation on non-standard controls. Options A (descriptive programming) and B (record) don't solve recognition issues for custom objects.