Scroll Up IRIS
The Scroll Up IRIS action in the Avo Assure is found under the element captured from the Desktop AUT using IRIS method. It instructs the Avo Assure Client to perform a vertical scroll-up operation on an IRIS object and save the result (True/False) in the given output variable.
Syntax
Input: <count>;<type(optional)>
count: This argument uses a number to decide how long the screen will scroll.
type: By mentioning type as 1, it will set the scroll thumb in middle, then from center it will shift up specific times
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)

Usecase/Example

Scenario: Two Scroll Up IRIS actions from Row 40 make Row 0 the first visible row after 4 scrolls in SAP GUI
In this scenario, where an SAP GUI application is being tested with an Order Details table containing many rows, the process starts at Row 40. The Scroll Up IRIS action is performed twice, with each scroll shifting the visible rows upward by 10. After the fourth scroll, it is confirmed that Row 0 is the first visible row in the table.
Input
2 (2 times scrolling upside)
Expected Result
Using Scroll Up IRIS action the table should successfully scroll upside and store True in the output variable.
Output
The result of the Scroll Up IRIS action successfully scrolls 2 times upside of the table and stores in the {result} output variable as True, which can be utilized for display or other purposes.
Last updated
Was this helpful?