Unselect Row
Last updated
Last updated
The Unselect Row Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to unselect the specific row given in the input and save the status (True/False) in output variable.
Input: <Input Row Number>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a scenario where a user is testing a SAP GUI application, the user needs to unselect a specific row in the "Order Details" table based on its row number. The test case should verify that the correct row is unselected for subsequent actions, such as updating the order status. By using the Unselect Row Action, the test unselects Row 1 of the table and ensures that the correct order details are displayed for the unselected row.
1
The Unselect Row action should unselect the 1st row of the table and save the status in Output variable.
The Unselect Row action is unselected the 1st row of the table and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.