Unselect Column

The Unselect Column Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to unselect the column given in the input and save the status (True/False) in output variable.

Syntax

Input: <Input Column Number> 

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

Usecase/Example

Scenario

Consider a scenario where a user is testing a SAP GUI application, user is working with a Material Master Data table that has columns like Material ID, Material Description, Quantity, and Price. The Material Description column (2nd column) is currently selected, but user need to unselect it to make sure no changes or actions, like sorting or editing, happen to this column by mistake. User use the Unselect Column action to unselect the Material Description column.

Input

2

Expected Result

The Unselect Column action should unselect the 2nd column from the table and save the status in Output variable.

Output

The Unselect Column action is unselect the 2nd column from the table and stores in the {result} output variable as “True”, which can be utilized for display or other purposes

Last updated

Was this helpful?