Get Pop Up Text
This is pre-built Action located under the @Sap Element. It instructs the Avo Assure Client to retrieve the text displayed in the pop-up of the SAP Application and save result in the output variable.
Syntax
Input: <Index>(Optiona
l)
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)

Usecase/Example

Scenario
Consider a scenario where user is testing SAP Application. They want to test that when they try to create a sales order in SAP without entering required data (e.g., customer information), the application displays a pop-up error message like "Customer field is required." The goal is to retrieve this message and validate it. The "Get Pop Up Text" Action is used to retrieve the text from any pop-up window that appears in the SAP application.
Expected Result
The Get Pop Up Text Action needs to retrieve the text of popup and save it in the Output Variable.
Output
The Get Pop Up Text Action retrieves the text of the Popup and save it in the {result} Output Variable, which can be utilized for display or other purposes.
Last updated
Was this helpful?