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
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
What is quicktest professional (qtp)?
What is an object repository?
How to remove associated function library?
can i compare two databases using QTP ?
How many ways we can parameterize data in quicktest professional (qtp)?
why should we give deliver good quality software?
Differentiate the type of test cases which can be automated and which cannot be automated?
Can you brief the hurdles you faced during Automation testing?
What are the various types of Actions in UFT?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
What are the various automation frameworks available in qtp?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Explain the concept of object repository and how qtp recognises objects?