Multiple choice technology testing

Using the Object Spy, you can view

  1. The run-time or test object properties of any object in an open application.

  2. The test object properties and methods of any object in an open application.

  3. The run-time or test object properties and methods of any object in an open application.

  4. The run-time object properties and methods of any object in an open application.

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

Object Spy in QTP shows both runtime properties (actual values from the application) and test object properties (expected values) plus their available methods. Option A omits methods, B misses runtime properties, and D omits test object properties, making C the complete answer.