Scroll Down
Last updated
Last updated
The Scroll Down 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, during a testing session, the user needs to validate the visibility of records in a large approval table. The table initially shows only a subset of records, and the user must scroll down to view the next set of records. Using the Scroll Down Action, the test case performs a single scroll action to load the next set of records in the table and verifies that the new records become visible.
1
The Scroll Down action should scroll down once in the table and save the status in Output variable.
The Scroll Down action is scrolls down once in the table and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.