Scroll Right
Last updated
Last updated
The Scroll Right Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to scroll right in the table and save the status (True/False) in output variable.
Input: <number>
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 right once to access the "Order Date" and "Shipping Address" columns for validation. Using Scroll Right Action, the test scrolls right the table 1 times it access to hidden columns for further testing or data verification.
1
The Scroll Right action should scrolls right 1 times in the table and save the status in Output variable.
The Scroll Right action should scrolls right 1 times in the table and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.