A verification point is a point in a script that you create to confirm the state of an object across builds of the application-under-test.
Verification Points and Data Files
During recording, a verification point captures object information (based on the type of verification point) and stores it in a baseline data file. The information in this file becomes the baseline of the expected state of the object during subsequent builds.
When you play back the script against a new build, Rational Robot retrieves the information in the baseline file for each verification point and compares it to the state of the object in the new build.
View Complete Post