Get Input Help

The Get Input Help Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to make an action to enter the suggestion box of the cell inside the table and save the status (True/False) in output variable.

Syntax

Input: <Row;Column>

Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Scenario

Consider a scenario where a user is testing an SAP GUI application, in order creation table where the customer ID field displays a suggestion box with potential matches when the user starts typing. The Avo Assure uses the "Get Input Help" Action to interact with the suggestion box. The script enters "CU" in the customer ID field and triggers, the "Get Input Help" action, ensuring the suggestion box displays customer IDs starting with "CU" and verifies the correct customer ID is available for selection.

Input

1;2

Expected Result

The Get Input Help Action should display a list of customer IDs starting with "CU" in the suggestion box. The user can select the correct customer ID from the list and save the status in Output variable.

Output

The Get Input Help Action user get the value from the suggestion box and save the {result} output variable as “True”, which can be utilized for display or other purposes.  

Last updated

Was this helpful?