Explain Different types of Checkpoints in Quick Test
Professional?
Answer Posted / ramyab.mca@gmail.com
Hai...
A Checkpoint is a confirmation or verification point in
which the value of some property which is expected at a
particular step is compared with the actual value which is
displayed in the application. Based on the expected values
Checkpoints are classified as follows
•Page Checkpoint :
A Standard Checkpoint created for a web page can be called
a Page Checkpoint. It is used to check total number of
links & images on a web page. Page Checkpoints can be used
to check Load Time i.e. time taken to load a web page.
•Bitmap Checkpoint:
It helps a user in checking the bitmap of an image or a
full web page. It does a pixel by pixel comparison between
actual and expected images.
•Image Checkpoint:
It enable you to check properties like source file location
of a web image. Unlike , Bitmap Checkpoint you can not
check pixels(bitmaps) using image checkpoint.
•Text Checkpoint:
It is Used to check expected text in a web-page or
application. This text could be from a specific region of
the application or a small portion of text displayed
•Accessibility Checkpoints:
It verifies compliance with World Wide Web Consortium
(W3C) instructions and guidelines for Web-based technology
and information systems. These Guidelines make it easy for
disabled to access the web.
•Database Checkpoints:
It create a query during record time and database values
are stored as expected values. Same query is executed
during run time and actual & expected values are compared.
•In Table Checkpoint :
Dynamically check the contents of cells of a table (grid)
appearing in your environment. You can also check various
table properties like row height , cell width and so on.
Table Checkpoint is similar to Database Checkpoint
•Using XML Checkpoints:
you can verify XML Data ,XML Schema, XML Data
K,Byeee...
Thanks & Regards
B.Ramyasri
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Port testing. Whhen will you perform?
Explain actions in qtp ?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
in a web page How to check and display a particular word from a paragraph?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
What are the types of object repository?
how to find that tools work well with your existing system?
What are the features and benefits of quick test pro (qtp 8.0)?
What is the basic concept of qtp?
Is it possible to call from one action to another action in qtp?
Can we run test with out adding object in object repository? How it is possible?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Write a script to verify font style and color of a windows object using descriptive programming
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)