Create verification points
You can create verification points to test application objects. Verification points are used to verify that the property values is as expected. When you create a verification point, you are capturing information about an object in the application to establish this as baseline information for comparison during playback.
To create a verification point:
Procedure
- On the Recording Monitor toolbar, click the Verification Point and Action Wizard icon to perform a test on a window when recording a script.
- Select the object that you want to test by dragging the Object Finder icon over the part of the host terminal window to test. A thick red line outlines the object that is selected for testing.
- Click Next. The Select an Action window opens.
- Select an action:
- Perform Data Verification Point: Tests the data that the object contains. It tests the text in the field.
- Perform Properties Verification Point: Tests one or more properties of the object such as whether a field is protected.
- Get a Specific Property Value: Assigns the value of a specific property of an object to a variable in the test script.
- Wait for Selected Test Object: Causes execution of the test script to wait until the object exists before continuing.
- Click Next. Follow the dialog box and provide values or accept the default values. Depending on the action you select, you might have to complete more than one panel before the final window.
- Click Finish to close the dialog and return to recording a script.
- Create data verification points
You can create data verification points to test the data in your application. When you record the verification point, a baseline of the data is created. Every time you play back the script, the data is compared to check if any changes have occurred. This helps in identifying any mismatch in data.- Create properties verification points
You can create property verification points to test the properties of an object in your application. When you record the verification point, a baseline of the property is created. Every time you play back the script, the property is compared to check if any changes have occurred. This helps in identifying any mismatch in property.- Create character verification points
You can create a character verification point to test the properties of a certain character in your application. The character is a part of a host text field (ECLField). The character can be in any host text field that is identified by the Functional Tester. When you record the verification point, a baseline of the character is created. Every time you play back the script, the character is compared to check if any changes have occurred. This helps in identifying any mismatch in character.- Create row verification points
You can create a row verification point to test the properties of a certain row in your application. The row is a part of a ECL screen. When you record the verification point, a baseline of the row is created. Every time you play back the script, the row is compared to check if any changes have occurred. This helps in identifying any mismatch in row.