Creating a data verification point
Use a data verification point to test data that is displayed in your application. When you record the verification point, a baseline of the data is created. Then every time you play back the script, the data is compared to see whether any changes have occurred, either intentionally or unintentionally. This is useful for identifying possible defects. You can create a verification point while recording a script or you can insert a verification point anytime in the script.
- Start the application which you want to test.
- When you want to insert a verification point to an existing script, open the script and place the cursor at that point in the script where you want to insert the verification point.
You can test the following
types of data in your application:
- List data
- Menu hierarchy
- The state of a checkbox or a toggle button in your application
- Table data
- Data that is displayed in a DataGrid control
- Data that is displayed in a DataGridView control
- Data that is displayed in a ToolStrip control
- Textual data
- Tree hierarchy
Tip:
When you create a verification point, you can use a
dataset reference instead of a literal value to supply variable data to make your tests more
realistic.
on the Recording Monitor toolbar.
on the product toolbar.