Select Column
Last updated
Last updated
The Select Column Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to select the column given in the input and save the status (True/False) in output variable.
Input: <Input Column Number>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a scenario where a user is testing a SAP GUI application, a user needs to validate that specific columns in a table display the correct data. The user uses the Select Column action to select 4th column from the table and retrieve its data for comparison with the expected results. User is testing a Purchase Order (PO) report in SAP GUI. The report displays a table with columns like PO Number, Vendor, Total Amount, and Status. User want to verify the data in the Status column for all entries.
4
The Select Column action should select the 4th column from the cell of the table and save the status in Output variable.
The Select Column action is select the 4th column from the cell of the table and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.