What are checkpoints in QTP and its importance.

Showing Answers 1 - 6 of 6 Answers

anjali reddy

  • Jan 2nd, 2007
 

A checkpoint verifies that expected information is displayed in an Application while the test is running.

 

 You can add eight types of checkpoints to your test for standard web objects using QTP.

a).A page checkpoint checks the characteristics of an Application.

b).A text checkpoint checks that a text string is displayed in the appropriate place on an Application.

c).An object checkpoint (Standard) checks the values of an object on an Application.

d).An image checkpoint checks the values of an image on an Application.

 e).A table checkpoint checks information within a table on a Application.

f).An Accessibility checkpoint checks the web page for Section 508 compliance.

 g).An XML checkpoint checks the contents of individual XML data files or XML documents that are part of your Web application.

 h). A database checkpoint checks the contents of databases accessed by your web site

  Was this answer useful?  Yes

hi

in qtp 8.2 we have 8 checkpoints which works as 11 checkpoints

1.standard checkpoint: it will useful to check the object properties as well as works as

         a.pagecheckpoint b.imagecheckpoint c.table checkpoint

2.textcheckpoint: it will useful tocheck text on application(web & windows applications)

3.textareacheckpoint: it will useful to check text area on applibcation(windows applications)

4.databasecheckpoint: it will useful to check the database

5.bitmap checkpoint:to check the bitmaps

6.accessibility checkpoint: for web applications only, is the web application follows www consortium rules of section 508 or not,

7.xmlcheckpoint: for xml pages and frames................i don't know clearly

8.xmlcheckpoint(File): to check the xml files-------i don't know clearly

bhadra

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions