Verify count

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.

Syntax

Input: <value to be verified>

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

Usecase/Example

Scenario: Verify dropdown item count for 'To Account' selection

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.

Input

3 (3 as total count of the dropdown)

Expected Result

The Verify count Action verifies that the dropdown should contain exactly 3 options, matching the user provided input value.

Output

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. 

Last updated

Was this helpful?