SelectRadioButton
Last updated
Last updated
The SelectRadioButton Action in the Avo Assure is found under the @Custom List Element. It instructs the Avo Assure Client to select the radio button as specified in the input and save the status (True/False) in output variable.
Input: <ObjectType>;<Visible Text(Optional)>;<Index>
Note: The user needs to provide the type of object, its visible text of the element (if needed), it’s element index.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
In the SE38 transaction, there are multiple radio buttons such as “Source Code,” “Attributes,” “Variants,” “Text elements,” “Documentation”. The user needs to automate the selection of the “Source Code” radio button from this list. Using the SelectRadioButton
Action in Avo Assure. This Action allows the user to efficiently and accurately select the desired radio button from the available options, ensuring seamless and consistent testing of SAP GUI processes.
radiobutton;;1
The "Source Code" radio button should select from the list and save the result in output variable as selected.
The "Source Code" radio button is selected from the list and save the {result} in output variable as selected and the {status} as True.