Operations
Last updated
Last updated
Description: This keyword or action instructs ICE to launch the given application.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
LaunchApplication
<File path.exe>; <application name>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example, after the test case debug, the application will be launched and connected to server1 and if the output variable is provided for execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to select the given server from the list.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
ServerConnect
<Server Name>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, 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.
Description: This keyword or action instructs the ICE to navigate to the transaction that the user requires.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
StartTransaction
<Transaction Code>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, the user will be navigated to the Transaction Page MM01 and if the output variable is provided for the execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs the ICE to perform actions on the given SAP Toolbar button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
ToolBarAction
<Input>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will perform a press/click operation on the SAP Toolbar button named “Generates shortcut” and if output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to fetch the title of the SAP Application and save the result in an output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetPageTitle
NA
{Variable}; {Status}
NA
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will fetch the page title and the value will be stored in variable {GPT}. If the output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs the ICE to fetch the text displayed in the pop-up of the SAP Application and save result in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetPopUpText
NA
{Variable}; {Status}
NA
Find the snippet of the keyword below:
In the above example after the test case debug, ICE 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 in it.
Description: This keyword or action instructs ICE to close the SAP Application.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
CloseApplication
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, the application will be closed and if the output variable is provided for execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to double click on the Status Bar.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
DoubleClickStatusBar
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, 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.
Description: This keyword or action instructs ICE to select the menu item.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SelectMenu
<Hierarchy of the Menu Item>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example, after the test case debug, ICE will open the menu item “Elements” -> “Table control” -> “Single.sel.cl” and if output variable is provided for execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to fetch the messages displayed on the Status Bar of the SAP Application and save the result in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetStatusBarMessage
NA
{Variable}; {Status}
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, ICE will fetch the text of the Status bar and the value will be stored in the variable {message}. If the output variable is provided for execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to fetch the window name displayed on the dialog window of SAP Application and save the result in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetDialogWindowName
NA
{Variable}; {Status}
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, ICE 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 in it.
Description: This keyword or action instructs ICE to restore the recently launched window of the SAP Application and save the result in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
RestoreWindow
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, ICE will restore the window. If the output variable is provided for execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to minimize the recently launched window of the SAP Application and save the result in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
MinimizeWindow
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, ICE will minimize the window. If the output variable is provided for execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to maximize the recently launched window of the SAP Application and save the result in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
MaximizeWindow
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, ICE will maximize the window. If output variable is provide for execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to close the recently launched window of SAP Application and save the result in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
CloseWindow
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, ICE will close the window. If the output variable is provided for execution status, “True”/ “False” will be stored in it.