RadioButton Operations

Keyword: GETINPUTHELP

Description: This keyword or action instructs Avo Assure Client 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, Avo Assure Client 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.

Keyword: GETSTATUS

Description: This keyword or action instructs Avo Assure Client 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, Avo Assure Client will fetch the status of “SE11_radiobtn1” and store the value in {GS}. If the output variable is provided for execution, the status “True”/ “False” will be stored.

Keyword: SELECTRADIOBUTTON

Description: This keyword or action instructs Avo Assure Client to select the Radio button.

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will select “SE11_radiobtn1.” If the output variable is provided for execution, the status “True”/ “False” will be stored.

Last updated