Verify Count

This is a pre-built action available under the Captured Dropdown Element from the SAP GUI Application. The functionality of this action in Avo Assure to verify the user-provided input count with the total number of options in the dropdown and save the result in dynamic variable.

Syntax

Input Value: <value to be verified>

Argument
Description

<value to be verified> (Required)

Specify the expected number of items in the dropdown list

Output Value:

Argument
Description

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

This dynamic variable holds the result as True or False.

Example

Verifies if the specified count matches the SAP dropdown options.

The Verify Count action takes the value from the Input Value column (e.g., 18) and checks whether the number of items (such as rows or elements) in the captured grid or container matches the expected count. The result of the action is stored in the {VerifyCount} variable as True (if the count matches) or False (if the count does not match).

Last updated

Was this helpful?