Scroll Left
Last updated
Last updated
The Scroll Left Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to scroll left in the table and save the status (True/False) in output variable.
Input: <Input Row;Column>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a scenario where a user is testing a SAP GUI application for Order Details, the table contains multiple columns with critical information such as Order ID, Customer Name, Product Details, and Delivery Status. Some columns are hidden beyond the visible area, and the user needs to scroll left twice to access the "Order Date" and "Shipping Address" columns for validation. Using Scroll Left Action, the test scrolls left the table 2 times it access to hidden columns for further testing or data verification.
2
The Scroll Left action should scrolls left 2 times in the table and save the status in Output variable.
The Scroll Left action is scrolls left 2 times in the table and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.