Verify value exists
This is a pre-built action available under the Captured Dropdown Element from the Desktop Application. The functionality of this action in Avo Assure is to verify if the input value(s) provided by the user is/are present in the dropdown.
Syntax
Input Value: <value1>;<value2>;…etc
<value1>;<value2>;..etc
(Required)
Specify the text values to verify their presence in the dropdown list.
Additional values can also be provided (optional).
Note: Separate each value using a semicolon (;)
Note: This action will pass only if the input value matches with value present in the dropdown.
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status of the action as True or False.
Example
Verifies whether the specified values exist in the dropdown list
The Verify Value Exists action takes the values from the Input Value column (e.g.,All;Last Month;Last 3 Months;Last 6 Months) and checks whether each of the specified values is present in the dropdown list. The result of the verification is stored in the {Verify} variable as True (if all the provided values are found in the dropdown) or False (if any of the values is missing)

Last updated
Was this helpful?