RadioButton Operations
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to make an action for the input help window to appear for the radio button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetInputHelp
NA
(optional)
NA
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.
Description: This keyword or action instructs Avo Assure Client to fetch the status of the Radiobutton and save the results 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, 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.
Description: This keyword or action instructs Avo Assure Client 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, Avo Assure Client will select “SE11_radiobtn1.” If the output variable is provided for execution, the status “True”/ “False” will be stored.