Anybody explain me, the concept of checkpoint
declaration in the QTP mainly for the Objects, Pages, Text
and Tables ?
Answer Posted / sreeprasad
A checkpoint verifies that expected information is
displayed in a Application while the test is running. You
can add eight types of checkpoints to your test for
standard web objects using QTP. Object, Page and Table
checkpoints can be added using Standard check point.
1). A page checkpoint checks the characteristics of a
Application
2). An object checkpoint (Standard) checks the values of an
object on a Application.
3). A table checkpoint checks information within a table on
a Application
4). A text checkpoint checks that a text string is displayed
in the appropriate place on a Application.
5).An image checkpoint checks the values of an image on a
Application.
6).An Accessiblity checkpoint checks the web page for
Section 508 compliance.
7).An XML checkpoint checks the contents of individual XML
data files or XML documents that are part of your Web
application.
8).A database checkpoint checks the contents of databases
accessed by your web site
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a Function and Action in QTP?
How the exception handling can be done using quicktest professional (qtp)?
What is fragmentation and paging?
What are the recording modes in qtp?
How many types of actions are there in quicktest professional (qtp)?
what is supply chain management?
Explain the differences between table and db checkpoints?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
How to delete an object from the object repository?
What is the purpose of loading qtp add-ins?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Write a script to verify font style and color of a windows object using descriptive programming
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What are the ordinal identifiers in web page?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?