Checkpoints are used to verify the runtime value against the predefined value in a Test. Checkpoint are used to set pass/fail status in the Test Results file.
We have different types of checkpoints in QTP.
Standard Checkpoints:
Standard Checkpoints are used to verify a set of property values of standard objects.
Examples: Buttons,Radio Buttons, CheckBoxes etc.
Image Checkpoints:
Image checkpoints are used to verify a set of property values image objects.
Example: Image location, width, height etc.
Bitmap Checkpoints:
Bitmap checkpoints are used to compare the on screen bit map image with the bitmap already captured.
Example: Pixel by pixel comparison of on screen bit map with existing bit map
Table Checkpoints:
Table checkpoints are used to compare the value of table displayed on the...