Launch Application
Last updated
Last updated
This is pre-built Action located under the@Sap Element. It instructs the Avo Assure Client to launch the SAP WinGUI application which is the very first step while automating the SAP application using Avo Assure.
Note: The "Launch Application" Action in SAP WinGUI is critical for initializing the SAP environment for automation tests. Without this Action, the automated testing cannot begin because the application interface would not be available.
Input: <Application path>;<Application title>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a scenario where user is testing SAP application where they need to validate the behaviour of a business application that integrates with SAP. Let's assume user is automating a scenario where a user needs to log into the SAP system. The test involves checking if the SAP GUI can successfully launch and the system behaves correctly upon login. With the help of ‘Launch Application’ they can launch the SAP application.
C:\Program Files (x86)\SAP\FrontEnd\SapGui\saplogon.exe;SAP Logon 760
The Action needs to trigger the test, the Avo Assure would use the "Launch Application" Action to initiate the SAPWinGUI application.
The Launch Application Action takes the path and title of SAP application from Input Value and launches the SAP WinGUI application.