RadioButton Operations

Keyword: GETINPUTHELP

Description: This keyword or action instructs ICE to make an action for the input help window to appear for the radio button.

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.

Keyword: GETSTATUS

Description: This keyword or action instructs ICE to fetch the status of the Radiobutton and save the results in the output variable.

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.

Keyword: SELECTRADIOBUTTON

Description: This keyword or action instructs ICE to select the Radio button.

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.

Last updated