Get Object Status
Last updated
Was this helpful?
Last updated
Was this helpful?
The Get Object Status action in the Avo Assure is found under the Captured Radio Button Element. It instructs the Avo Assure Client to check if the radio button is selected or not selected in the application. This will help to know that which option the user has selected and save the result (selected/not selected) in the given output variable.
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
A user is testing a company’s feedback form. The form asks, “Are you happy with our service?” and it has two options: “Yes” and “No” radio buttons. The user clicks on the “Yes” radio button to answer. To make sure the choice was recorded correctly, the Avo Assure uses “Get Object Status” to check if the “Yes” button is selected. If it is selected, then the test confirms that the user’s answer was saved properly. This helps ensure that the radio buttons work in the right way.
The Get Object Status action should correctly verify whether the “Yes” radio button is selected, and it should store the result in the output variable as Selected.
The result of the Get Object Status action is stored in the {result} output variable as “Selected” and the status in {status} output Variable as “True”, which can be utilized for display or other purposes.