Radio Button
Last updated
Last updated
Description: This keyword or action instructs ICE to get the status of the radio button and save the result 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, the operation will fetch the radio button status and store it in variable {GetStatus} and the execution status “True”/ “False” will be stored in variable {Gs}.
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, the operation will select the radio button and the execution status “Fail”/ “Pass” will be stored in variable {Select}.