Operations
Keyword: LAUNCHAPPLICATION
Description: This keyword or action instructs Avo Assure Client to launch the application.
Find the snippet of the keyword below:
In the above example, the application will be launched and connected to server1 after the test case debug. If the output variable is provided for execution status, “True”/ “False” will be stored.
Keyword: SERVERCONNECT
Description: This keyword or action instructs Avo Assure Client to select the given server from the list.
Find the snippet of the keyword below:
In the above example, after the test case debug, the SAP Application will be launched and connected to the server “Server1,” and if the output variable is provided for the execution status, “True”/ “False” will be stored in it.
Keyword: STARTTRANSACTION
Description: This keyword or action instructs the Avo Assure Client to navigate to the transaction that the user requires.
Find the snippet of the keyword below:
In the above example, after the test case debug, the user will be redirected to the Transaction Page MM01, and if the output variable is provided for the execution status, “True”/ “False” will be stored in it.
Keyword: TOOLBARACTION
Description: This keyword or action instructs the Avo Assure Client to perform actions on the SAP Toolbar button.
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will perform a press/click operation on the SAP Toolbar button named “Generates shortcut,” and if the output variable is provided for execution status, “True”/ “False” will be stored in it.
Keyword: GETPAGETITLE
Description: This keyword or action instructs Avo Assure Client to fetch the title of the SAP Application and save the result in an output variable.
Find the snippet of the keyword below:
In the above example, Avo Assure Client will fetch the page title after the test case debugs, and the value will be stored in variable {GPT}. If the output variable is provided for execution, the status “True”/ “False” will be stored in it.
Keyword: GETPOPUPTEXT
Description: This keyword or action instructs the Avo Assure Client to fetch the text displayed in the pop-up of the SAP Application and save the result in the output variable.
Find the snippet of the keyword below:
In the above example, after the test case debugs, Avo Assure Client will fetch the text of the PopUp, and the value will be stored in variable {GPPT}. If the output variable is provided for execution status, “Fail”/ “Pass” will be stored.
Keyword: CLOSEAPPLICATION
Description: This keyword or action instructs Avo Assure Client to close the SAP Application.
Find the snippet of the keyword below:
In the above example, the application will be closed after the test case debug. If the output variable is provided for execution status, “True”/ “False” will be stored.
Keyword: DOUBLECLICKSTATUSBAR
Description: This keyword or action instructs Avo Assure Client to double-click on the Status Bar.
Find the snippet of the keyword below:
In the above example, after the test case debugs, ICE will perform a double-click operation on the status bar, and if the output variable is provided for execution status, “True” / “False” will be stored in it.
Keyword: SELECTMENU
Description: This keyword or action instructs Avo Assure Client to select the menu item.
Find the snippet of the keyword below:
In the above example, after the test case debugs, Avo Assure Client will open the menu item “Elements” -> “Table control” -> “Single.sel.cl,” and if an output variable is provided for execution status, “True”/ “False” will be stored in it.
Keyword: GETSTATUSBARMESSAGE
Description: This keyword or action instructs Avo Assure Client to fetch the messages displayed on the Status Bar of the SAP Application and save the result in the output variable.
Find the snippet of the keyword below:
In the above example, Avo Assure Client will fetch the Status bar's text after the test case debug, and the value will be stored in the variable {message}. If the output variable is provided for execution status, “True”/ “False” will be stored.
Keyword: GETDIALOGWINDOWNAME
Description: This keyword or action instructs Avo Assure Client to fetch the window name displayed on the dialog window of the SAP Application and save the result in the output variable.
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will fetch the name of the dialog window, and the value will be stored in the variable {message}. If the output variable is provided for execution status, “True”/ “False” will be stored.
Keyword: RESTOREWINDOW
Description: This keyword or action instructs Avo Assure Client to restore the recently launched window of the SAP Application and save the result in the output variable.
Find the snippet of the keyword below:
Avo Assure Client will restore the window after the test case debug in the above example. If the output variable is provided for execution status, “True”/ “False” will be stored.
Keyword: MINIMIZEWINDOW
Description: This keyword or action instructs Avo Assure Client to minimize the recently launched window of the SAP Application and save the result in the output variable.
Find the snippet of the keyword below:
In the above example, Avo Assure Client will minimize the window after the test case debug. If the output variable is provided for execution status, “True”/ “False” will be stored.
Keyword: MAXIMIZEWINDOW
Description: This keyword or action instructs Avo Assure Client to maximize the recently launched window of the SAP Application and save the result in the output variable.
Find the snippet of the keyword below:
In the above example, Avo Assure Client will maximize the window after the test case debug. If an output variable is provided for execution status, “True”/ “False” will be stored in it.
Keyword: CLOSEWINDOW
Description: This keyword or action instructs Avo Assure Client to close the recently launched window of the SAP Application and save the result in the output variable.
Find the snippet of the keyword below:
In the above example, Avo Assure Client will close the window after the test case debug. If the output variable is provided for execution status, “True”/ “False” will be stored.
Last updated