Explain the check points in QTP?
Answer Posted / satish dm
A checkpoint verifies that expected information is
displayed in your application while the test is running.
There are 9 types of Check points, Namely
1)Standard Checkpoint - Checks values of an object’s
properties.
2)Image Checkpoint - Checks the property values of
an image.
3)Table Checkpoint - Checks information in a table.
4)Page Checkpoint - Checks the characteristics of a
Web page.
5)Text /Text Area Checkpoint - Checks that a text string is
displayed in the appropriate place in a Web page or
application window.
6)Bitmap Checkpoint - Checks an area of a Web page or
application after capturing it as a bitmap.
7)Database Checkpoint - Checks the contents of
databases accessed by an application or Web site.
8)Accessibility Checkpoint - Identifies areas of a Web site
to check for Section 508 compliancy.
9)XML Checkpoint - Checks the data content of XML documents.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is TOM in QTP?
Is it possible to change the values of analog recording?
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?
What is optional step in qtp? How you can add optional step in qtp?
How many scripts did you have?
how will load the object during runtime?
What is regular expression?
How to get Traceability matrix from TD?
In qtp, explain what is crypt object
How to modify the text checkpoint?
What is reusable action?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
On what document base Descriptive programming is written if build is not yet ready ?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
When Recovery scenario actually starts while testing the application?