What Checkpoint type is used to check the values of Properties of the object?
-
Low Level
-
Active Screen
-
JPEG Sample
-
Standard
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.
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).