Select Radio Button
Last updated
Was this helpful?
Last updated
Was this helpful?
The Select Radio Button action in the Avo Assure is found under the Captured Radio Button Element. It instructs the Avo Assure Client to select the radio button and save the result (True/False) in the given output variable.
Input: N/A
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
You are testing employee details form where you need to select an age group. The form has three options to choose from:
18-30 Years
31-45 Years
45-70 Years
When selected 1st radio button “18-30 Years” option. The Avo Assure uses “Select Radio Button” to select the correct age group. This ensures that the user has selected their correct age group without any issues.
The “18-30 years” radio button should be selected, and it should store the result in output variable as True.
The result of the Select Radio Button action is stored in the {result} output variable as “True”, which can be utilized for display or other purposes.