RadioButton Operations
Last updated
Last updated
Description: This keyword or action instructs ICE to make an action for the input help window to appear for the radio button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetInputHelp
NA
(optional)
NA
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will perform the action so that the input help window appears for “SE11_radiobtn1” 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 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 “SE11_radiobtn1” and stores the value in {GS}. 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 Radio button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SelectRadioButton
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will select “SE11_radiobtn1” and if the output variable is provided for execution status “True”/ “False” will be stored in it.