Verify Count
Last updated
Last updated
This is pre-built Action comes for Captured Dropdown from SAP Application Element. It instructs the Avo Assure Client to verify the user-provided input count with the total number of options in the dropdown.
Input: <value to be verified>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
The user is working on the "Order Status" dropdown to ensure that it contains exactly the same number of status options as the user has provided in the Input Value.
The dropdown has exactly 4 status options: "Pending," "Shipped," "Delivered," and "Canceled”. The Avo Assure will use the Verify Count Action to verify the the items count with the Input value.
4
The Verify Count Action needs to verify the count of items available under dropdown with the value which is given in the Input Value and save the status in the Output Variable.
The Verify Count Action verifies the number which is given in the Input Value with the count of total Items which are available under the dropdown and save the status in the {result} output variable as True, which can be utilized for display or other purposes.