Hai,
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.
Check out this for more winrunner FAQs, http://winrunnerfaqs.blogspot.com/
Regards,
Jerry.
On 1/18/07, san2079 <sandeep.la...@gmail.com> wrote:
> In winrunner checklist following are the checkpoints:
> 1.Bitmap checkpoints.
> 2.GUI objects checkpoints.
> 3.Database checkpoints.
> 4.Text checkpoints.