Explain the check points in QTP?
Answers were Sorted based on User's Feedback
Answer / krishnateja muppalla
These are the Checkpoints available in QTP 9.5
Standard Checkpoint
Text Checkpoint
Text Area Checkpoint
Bitmap Checkpoint
Database Checkpoint
Accebility Checkpoint
XML Checkpoint (from Application)
XML Checkpoint (from Resource)
| Is This Answer Correct ? | 4 Yes | 8 No |
Answer / 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 |
WHY U CHOOSE TESTING FIELD?
How is test case write?
Why qtp the best testing tool?
Friends please let me know how id following possible in QTP: Can I apply conditional loop on a bitmap/image or any other checkpoint. Like if checkpoint passes then if or Else
In qtp is it possible to check broken links of a page?
When to use descriptive programming?
I have the following Doubts Please clarify me with examples? 1.Could QTP cover entire application? or part of the application? 2.Shall we rewrite(modify) the Manual testcase to automate? 3.How can I execute my scripts through client mechine which is not having QTP installation 4.Few objects are not being identified by QTP afeter one month. what could be the reason for this (I am using trail version of 15 days)
What is dynamic arrays
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Pls anyone, tell me the script in QTP to find the number of links, and images in a webpage. Verry very urgent. I shall really be very thankful
why use Description programming? what is advantages and disadvantage of this methods?
How to make Non reusable actions into reusable action? is that feature available in QTP