Explain Different types of Checkpoints in Quick Test
Professional?
Answers were Sorted based on User's Feedback
Answer / 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 |
Standard CheckPoint
Text
Text Area
Bitmap
Accessbilty Check point
Data Base
XML Check Point(From Resources)
XML Check Point (From Application)
Extra:
Page Check point
Table check Point
Image Check Point
UFT:
File Check Point
Thanks,
Srini
srinivasulu.thatavarthi@outlook.com
| Is This Answer Correct ? | 0 Yes | 0 No |
how can i call an external action,which is not added external action of an action?
How will you send values to a cell in a webtable using QTP?
can anybody give me the links for vb script material
how to merge object repositories?
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
Diff. between keyword driven Data driven testing?
Hi, It is HR question. What are the qualities you like and dislike in your Project Manager?
How should i find out whether the cursor is moving horizantally. when tabbing continuously
In how many ways we can add check points to an application using QTP.
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
how to identify a webtable coulmn values ,if we spy the coulmn value it is sometimes identifying as Webedit and some times it is identifying as "webelement", Could any body let me know how to handle the issue?