Group verification points
You can create verification points for all the controls of an application visual using the Group Verification Point feature.
From an application visual, you can select the controls individually
and insert the data or image verification points. Using the group
verification point feature in the Application view, you can insert
verification points for all the controls in the application visual.
By default, group verification points can be inserted for the following
type of controls in the application visual:
- Text
- Button
- ToggleButton
- CheckBox
- ComboBox
- RadioButton
- Label
- Link
- ComboListBox
To insert a control that is not listed as the default control for group verification points:
- Close Rational® Functional Tester.
- Open the defaultGroupVp.rftssvp file available at product installation directory\FunctionalTester\bin location using the notepad editor.
- Add the control to the file in the format
<role roleName="control name"/>
. For example: To add a tree control to the default group verification point list, add the line<role roleName="Tree"/>
. - Save the file and then open Rational® Functional Tester.
Note: You can refer to the control names in the defaultVPType.rftssvp file that is also
available at <product installation directory>\FunctionalTester\bin
location.