Checkbox

Keyword: GETSTATUS

Description: This keyword or action instructs ICE to get the status of the checkbox and save the result in the output variable.

Note: GetStatus stores the value of the status fetched from the checkbox. Variable contains status as “Checked/Unchecked”.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the operation will fetch the checkbox status and store it in variable {GetStatus}. The execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: SELECTCHECKBOX

Description: This keyword or action instructs ICE to select the visible checkbox.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the operation will perform the select action on the checkbox and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: UNSELECTCHECKBOX

Description: This keyword or action instructs ICE to unselect the visible checkbox.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the operation will perform the unselect action on the checkbox and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: CLICK

Description: This keyword or action instructs ICE to perform click on the checkbox.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, Click operation will be performed on the checkbox and the execution status “True”/ “False” will be stored in the output variable (if specified).

Last updated