Verify All Values

This is pre-built Action comes for Captured Dropdown from SAP Application Element. The functionality of this action in Avo Assure to verify if all the input values the user provided are in the dropdown and save the result in dynamic variable.

Syntax

Input Value: <value1>;<value2>;…..etc

Argument
Description

<value1>;<value2>;...,etc (Required)

Specify the list of expected values to be verified against the selected dropdown item Note: Every value can be separated by semicolons

Output Value:

Argument
Description

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

This dynamic variable holds the result as True or False.

Example

Verifies that all expected values are present in a dropdown list in the SAP application during execution.

The Verify All Value action takes the value from the Input Value column (e.g., Air Berlin, Air Canada, Air Pacific, Air France) and verifies whether all the specified items are present in the dropdown. The result of the verification is stored in the {VerifyAll} variable as True or False

Last updated

Was this helpful?