Get Pop Up Text
Last updated
Last updated
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.
Input: <Index>(Optional)
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
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.
The Get Pop Up Text Action needs to retrieve the text of popup and save it in the Output Variable.
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.