Verify All Values

The verifyAllValues is pre-built Action located under the captured Dropdown Element. It instructs the Avo Assure client verify all input values against the available dropdown values and store the result in the output variable as ‘true’ or ‘false’.

Note: The user must provide all values available in the dropdown. If any value is missing, the result will be false.

Syntax

Input: <text1>;<text2>….etc.

Output: <Dynamic Variable>;<Dynamic Variable>(Optional)

Use case/Example

Scenario

Consider a scenario where a user is testing a loan application and checking its loan history. The user wants to verify the loan history category by comparing the input values (which are manually added) with the available options in a dropdown. Using the ‘verify all values’ action, the system will compare the input values with the dropdown options and store the result in output variable.

Input

Added input text as:

All;Last Month;Last 3 Months;Last 6 Months

Expected Result

This action needs to verify the input values against the available dropdown values and store the result in output variable as true.

Output

It verifies all values with input values and output variable {Status} contains True.

Last updated

Was this helpful?