Verify count
Last updated
Was this helpful?
Last updated
Was this helpful?
The Verify count Action in the Avo Assure is found under the captured dropdown from Desktop Application Element. It instructs the Avo Assure Client to verify the user provided input count with the total number of options in the dropdown and save the status (True/False) in output variable.
Input: <value to be verified>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
In this scenario, a desktop banking application is being tested where the "To Account" option is selected from a dropdown containing options: ICICI8789, HDFC7665, and SBI*7656. The "Verify Count" action checks if the provided input value (e.g., 3) matches the total number of options in the dropdown, ensuring the dropdown contains the correct number of items.
3 (3 as total count of the dropdown)
The Verify count Action verifies that the dropdown should contain exactly 3 options, matching the user provided input value.
The result of the Verify count Action is verified the input count and stored in the {result} output variable as “True”, which can be utilized for display or other purposes.