Button Operations
Last updated
Last updated
Description: This keyword or action instructs ICE to fetch the name of the button and save the result in the output field.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetButtonName
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 button “SE11-Display_button” and store the value in {GBN}. If output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to verify the name of the button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyButtonName
<Input Text>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will verify the name of the button with the value “Display” in the input field. If output variable is provided foe execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to fetch the status of the Radiobutton and save the results in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetStatus
NA
{Variable}; {Status}
NA
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will fetch the status of “Component_btn” and stores the value in {getstatus}. If output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to upload the specified file after clicking on the upload component (button).
Keyword
Input Syntax
Output Syntax
Supported Input Formats
uploadFile
<filepath with extension>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example, after the test case debug, it uploads the specified file and the execution status “True” / “False” will be stored in the output variable (if specified).