Get Status Bar Message
Last updated
Last updated
This is pre-built Action located under the @Sap Element. It instructs the Avo Assure Client to fetch the messages displayed on the Status Bar of the SAP Application and save the result in the output variable.
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
Consider a Scenario where user is testing SAP Application where a user creates a sales order using the VA01 transaction. After successfully creating the order, the system displays a message in the Status Bar, such as "Sales Order 12345 created." And they want to automate the process of fetching this message to verify that the sales order was successfully created.
The "Get Status Bar Message" Action is used to capture the text currently displayed in the Status Bar of the SAP window.
The "Get Status Bar Message" Action should retrieve the message displayed on the Status Bar after the user performs the action.
The Get Status Bar Message Action retrieves Sales Order 12345 created and store it in {result} output variable, which can be utilized for display or other purposes.