Testing - Explain the check points in QTP

Explain the check points in QTP.

The conditions within the script are checked by using various check points. They are similar to control structures like if, if...else, for, while etc. The results are updated based on the check points.

QTP supports 7 types of check points.

1. Standard Check point
2. Text Check point
3. Text Area Check point
4. Bit Map Check point
5. Accessibility Check Point
6. Data Base Check point
7. XML Check Point

Explain the check points in QTP.

Checkpoints in QTP allow the tester to verify if the functionalities deliver results as expected. Checkpoints can be inserted into a test or a test component and acts a verification point that compares the specified value of a property with its most recent value. Database checkpoints, image checkpoints, xml checkpoints, table checkpoints are the different types.
Testing - What is Parameterizing Tests?
Testing - What is Parameterizing Tests? - In QTP, in order to test the same operation with different values, parameters can be passed......
Testing - What is test object model in QTP?
Testing - What is test object model in QTP? - A test model is used to represent objects in the application.....
Testing - Difference between Image check-point and Bit map check point
Testing - Difference between Image check-point and Bit map check point - Image checkpoint allows property value like href tags, HTML tags of an image to be checked
Post your comment