Scroll Up
Last updated
Last updated
The Scroll Up Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to scroll down 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, the "Order Details" table contains a large number of rows, and the tester needs to verify that scrolling up the table three times, starting from a specific row, correctly displays the expected rows above. The test begins with the table scrolled to Row 30. Using the Scroll Up Action, the test scrolls up the table 3 times, each operation moving up 10 rows. The user verifies that after the 3rd scroll-up, the table's first visible row is Row 0.
3
The Scroll Up action should scrolls up 3 times in the table and save the status in Output variable.
The Scroll Up action is scrolls up 3 times in the table and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.