The requested page is not available for selected version.
check controls matched
Description
Check that all defined controls in an interface entity match the controls in a window of the AUT. Result is Passed if all the specified controls match; otherwise Failed.
Arguments
window
TA name of the window.
ignore
(Optional) TA names of one or more controls to be ignored in the validation process.
Separate multiple ignored controls with commas.
Valid contexts
This action may be used within the following project items: test modules and user-defined actions.
Notes
- This built-in action is typically used if the application under test has been updated to a newer version, and you need to verify that the controls defined in the interface entity for the previous version are still mappable to this one.
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of any of the arguments, or any argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.
Applicable Built-In Settings
The following settings are applicable to this action: case sensitive, remove double quotes from cells, standard ASCII only, window wait.
Example - Verify all but three controls
Action Lines
Result