A checkpoint is a verification point that compares a current value for a specified property with the expected value for that property.
TYPES OF CHECKPOINTS
1. STANDARD CHECKPOINT : Checks the property value of the object in an application or Webpage. It checks buttons,Radiobuttons,Comboboxes etc.
2. BITMAP CHECKPOINT : Checks the value of an image in the application.
3. TEXT CHECKPOINT : Checks whether the text string is displayed in the appropriate place in your application or on a Web page.
4. DATABASE CHECKPOINT : Checks the contents of a database accessed by the application.
5. XML CHECKPOINT : Checks the data content of XML documents in the application.
WHEN TO USE CHECKPOINTS
- Standard Checkpoint
- Bitmap checkpoint
- Text checkpoint
- Text Area checkpoint
- Database checkpoint
- XML Checkpoint
1. STANDARD CHECKPOINT : Checks the property value of the object in an application or Webpage. It checks buttons,Radiobuttons,Comboboxes etc.
2. BITMAP CHECKPOINT : Checks the value of an image in the application.
4. DATABASE CHECKPOINT : Checks the contents of a database accessed by the application.
5. XML CHECKPOINT : Checks the data content of XML documents in the application.
WHEN TO USE CHECKPOINTS
- Before creating checkpoints on web objects we have to select web-test option in ADD-IN Manager.
- If the objects developed in HTML we can use Standard Check point.
- If the Objects developed in XML we can use XML Check point.
