check list item order
Check for the presence of a specified sequence of items in a control. Result is Passed if the specified sequence is found, otherwise Failed.
Name | Description | Type | Modifier |
---|---|---|---|
window | TA name of the window. | Interface Entity | None |
control | TA name of the control. | Interface Element | None |
exact match | (Optional) Allowable values:
| String | None |
argument<index> | Elements of the ordered sequence whose presence in the control is checked. Tip: Arguments argument2 through argumentN are optional. | String | None |
Result is Passed if the specified sequence is found, otherwise Failed.
This action may be used within the following project items: test modules and user-defined actions.
This action is applicable to the following controls: combo box, list box, select-multiple, select-one.
window control exact match argument argument argument
check list item order date and location pickup state 0 arizona arkansas california
check list item order date and location pickup state 1 arizona arkansas california
check list item order date and location pickup state 0 arizona california colorado
check list item order date and location pickup state 1 arizona california colorado
check list item order date and location pickup state 0 california arkansas arizona
check list item order date and location pickup state 1 california arkansas arizona
- There is no practical limit to the number of arguments that may be specified. In the action line, you may continue listing them in consecutive columns beyond those that have column headers.
- 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.