Checkbox

Keyword: GETSTATUS

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

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetStatus

NA

{Variable}; {Status}

NA

Note: GetStatus stores the value of the status fetched from the checkbox. The variable contains the status “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 Avo Assure Client to select the visible checkbox.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectCheckbox

NA

(Optional)

NA

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 Avo Assure Client to unselect the visible checkbox.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

UnSelectCheckbox

NA

(Optional)

NA

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 Avo Assure Client to click on the checkbox.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

Click

NA

(Optional)

NA

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the 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