Wednesday, December 06, 2006

What is meant by Checkpoints? What are the types of Check points?

Checkpoints is used to compare the current behavior of the application being tested to its behavior in an earlier version.

Four types of checkpoints can be added to test scripts, they are,

GUI checkpoints verify information about GUI objects. Ex, you can check that a button is enabled or see which item is selected in a list.

Bitmap checkpoints take a “snapshot” of a window or area of your application and compare this to an image captured in an earlier version.

Text checkpoints read text in GUI objects and in bitmaps and enable you to verify their contents.

Database checkpoints check the contents and the number of rows and columns of a result set, which is based on a query you create on your database.

0 Comments:

Post a Comment

<< Home