Select Row
Last updated
Last updated
The Select Row Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to select the 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 select a specific row in the "Order Details" table based on its row number. The test case should verify that the correct row is selected for subsequent actions, such as updating the order status. By using the Select Row Action, the test selects Row 3 of the table and ensures that the correct order details are displayed for the selected row.
3
The Select Row action should select the 3rd row of the table and save the status in Output variable.
The Select Row action is selected the 3rd row of the table and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.