Get count
Last updated
Was this helpful?
Last updated
Was this helpful?
The Get Count Action in the Avo Assure is found under the captured dropdown from Desktop Application Element. It instructs the Avo Assure Client to fetch the total number of options present in the dropdown and save the status (total count) in output variable.
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
In this scenario, a desktop banking application is being tested, which provides a dropdown for selecting a "Frequency Type" when setting up payments. The dropdown includes the following options: Select Frequency Type, One Time, and Recurring (Monthly). The "Get Count" action is used to retrieve the total number of options available in the dropdown.
The Get Count Action should fetch the total count as “3” from the dropdown.
The result of the Get Count Action fetches the total count and stored in the {Count} output variable as “3”, which can be utilized for display or other purposes.