Get Column Count
Last updated
Last updated
The Get Column Count Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to fetch the count of the total number of columns present in the table and save the result in output variable.
Input: NA
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a scenario where a user is testing a SAP GUI application, a user wants to verify that an "Order Details" table displays the correct number of columns (e.g., Order ID, Customer Name, Product, Quantity, Price, and Status) as per the functional requirements. Using Get Column Count Action in Avo Assure user fetch the total column count of the Order Details as 7.
The Get Column Count Action should fetch the total count of the column of the Order Details table and save the result in Output variable.
The Get Column Count Action is count of the total number of columns present in the Order Details table and stores in the result {col_count} output variable as “7”, which can be utilized for display or other purposes.