View Single Post
  #2 (permalink)  
Old 08-14-2007, 05:10 AM
senthilkannan senthilkannan is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 324
senthilkannan is on a distinguished road
Default Re: How may Check points available in QTP with Example?

Standard Checkpoint checks the property value of an object in your application or Web page. The standard checkpoint checks a variety of objects such as buttons, radio buttons, combo boxes, lists, etc. For example, you can check that a radio button is activated after it is selected or you can check the value of an edit field.
Standard checkpoints are supported for all add-in environments

Image Checkpoint checks the value of an image in your application or Web page. For example, you can check that a selected image’s source file is correct.
Image checkpoints are supported for the Web environment

Bitmap Checkpoint checks an area of your Web page or application as a bitmap. For example, suppose you have a Web site that can display a map of a city the user specifies. The map has control keys for zooming. You can record the new map that is displayed after one click on the control key that zooms in the map. Using the bitmap checkpoint, you can check that the map zooms in correctly.
Bitmap checkpoints are supported for all add-in environments

Table Checkpoint checks information within a table.
Table checkpoints are supported for Web and ActiveX

Text Checkpoint checks that a text string is displayed in the appropriate place in your application or on a Web page.
Text checkpoints are supported for all add-in environments

Text Area Checkpoint checks that a text string is displayed within a defined area in a Windows application, according to specified criteria.
Text area checkpoints are supported for Standard Windows, Visual Basic,
and ActiveX add-in environments

Accessibility Checkpoint identifies areas of your Web site that may not conform to the World Wide Web Consortium (W3C) Web Content
Accessibility Guidelines.
Accessibility checkpoints are supported for the Web environment

Page Checkpoint checks the characteristics of a Web page. For example, you can check how long a Web page takes to load or whether a Web page contains broken links.
Page checkpoints are supported for the Web environment

Database Checkpoint checks the contents of a database accessed by your Web site.

XML Checkpoint checks the data content of XML documents in XML files or XML documents in Web pages and frames. For more information on XML checkpoints.
XML checkpoints (Web page/frame) are supported for the Web
environment; XML checkpoints (file) are supported by all environments
Reply With Quote