Print Page | Close Window

What is a checkpoint and what are different types

Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: WinRunner @ OneStopTesting
Forum Discription: WinRunner is an automated functional GUI testing tool that allows a user to record and play back UI interactions as test scripts using a proprietary Test Script Language (TSL).
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=3199
Printed Date: 09Jan2025 at 7:01am


Topic: What is a checkpoint and what are different types
Posted By: tanushree
Subject: What is a checkpoint and what are different types
Date Posted: 24Oct2007 at 7:00am
What is a checkpoint and what are different types of checkpoints?

Checkpoints allow you to compare the current behavior of the application being tested to its behavior in an earlier version. You can add four types of checkpoints to your test scripts:
i. GUI checkpoints verify information about GUI objects. For example, you can check that a button is enabled or see which item is selected in a list.
ii. Bitmap checkpoints take a “snapshot” of a window or area of your application and compare this to an image captured in an earlier version.
iii. Text checkpoints read text in GUI objects and in bitmaps and enable you to verify their contents.
iv. 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.




Replies:
Posted By: s.ragukannan
Date Posted: 27Nov2007 at 5:46am
Checkpoint is nothing but verifying  or comparing with the Expected Result and Actual Result.
Types of Checkpoints
1. GUI check points
2. Bitmap Checkpoints
3. Text Checkpoint
4. Database Checkpoint
 


Posted By: santoshsapkal
Date Posted: 20May2008 at 6:48am
Checkpoint is to compare current behaviour of application/object with expected behaviour.


Posted By: sangeeta268
Date Posted: 20May2008 at 9:39am

how can we do text check in winruuner??can get text option of winrunner be used fo this? if yes how?


-------------
sangeeta singh


Posted By: cprasenjit26
Date Posted: 10Jul2009 at 6:39am
Very Informative!!!!!!!
-------------------------------------------------------------------------
http://www.softwareqatestings.com - Software Testing



Print Page | Close Window