Get Column Count

This is prebuilt action in Avo Assure which comes for captured Table elements from Desktop application. It instructs the Avo Assure Client to retrieve the total number of columns present in the table and save the result in the output variable.

Syntax

Input: N/A

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

Usecase/Example

Scenario

Consider a scenario where an e-commerce desktop-based application is being tested and the goal is to know how many categories are present in a table, the Get Column Count action in Avo Assure can be used. This action automatically retrieves the number of columns in the table and helps manage data effectively. For example, if the table has columns for product name, quantity, price, and total sales, the action will return the count of these columns.

Input

N/A

Expected Result

The action needs to fetch the input text's row number and save the result in the output variable.

Output

The action performed and saves the result in the {Result} output variable as count of 3.

Last updated

Was this helpful?