1.

What are different types of Checkpoints?

Answer»

The following are some types of Checkpoints:

  • Standard Checkpoint: This verifies a property value of an object in an application under test. All add-in environments support it.
  • BITMAP Checkpoint: It can be used to check a bitmap of an image or the entire web PAGE. ACTUAL and expected images are compared pixel by pixel.
  • Image Checkpoint: It is used to check the properties of a web image such as the source file location. Image Checkpoint does not check pixels as Bitmap Checkpoint does.
  • Table Checkpoint: This ALLOWS you to dynamically check the contents of cells within a table (grid) that is DISPLAYED in your environment. Various table properties, such as row height and cell width, can also be checked. 
  • Text Checkpoint: This is used to check expected text in web pages and applications. It could be a small portion of text displayed or a specific area/region of the application.


Discussion

No Comment Found