check list order
Check that all the items of a control are sorted in either ascending or descending order. Result is Passed if the items are fully ordered, otherwise Failed.
Name | Description | Type | Modifier |
---|---|---|---|
window | TA name of the window. | Interface Entity | None |
list | TA name of the control. | Interface Element | None |
case sensitive | (Optional) Specify whether case is to be considered in establishing whether or not the contents are in order. Allowable values:
| Value Set | true, false |
Result is Passed if the items are fully ordered, otherwise Failed.
his 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 list case sensitive
check list order date and location pickup state 0
- 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.