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
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
How can we conduct U-I Testing by using QTP??????
How QTP support all types of applications (platforms)?
How many types of Automation frameworks are there in UFT? Describe them.
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
What Folder Structure following in Keyword Driven Frame work?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
How can you write the scripts that operate on different objects depending on run-time information?
What is RTM (require ment tracebulity marix) fromate?
What are the advantages of qtp?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
How to create Reusable and Multiple Actions?
What is expert view and keyword view?