Multiple choice technology testing

What Checkpoint type is used to check the values of Properties of the object?

  1. Low Level

  2. Active Screen

  3. JPEG Sample

  4. Standard

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

Standard checkpoints in QTP verify object property values during test execution by comparing actual runtime values against expected values. This is the primary checkpoint type for property validation.

AI explanation

In QTP/UFT terminology, a 'Standard Checkpoint' is specifically used to check the current values of an object's properties (e.g., text, state, position) against expected values captured earlier. 'Low Level' checkpoints work at the screen/bitmap coordinate level rather than object properties, 'Active Screen' is a design-time recording aid (not a checkpoint type), and 'JPEG Sample' doesn't correspond to a real standard QTP checkpoint type in this context (image checkpoints check bitmaps, not general object properties).