verifyButtonName
This is a pre-built Action located under the captured button element. The functionality of this Action in Avo Assure is to verify whether the button name matches the expected value specified in the Input Value column. The result is stored in a dynamic variable for further use during test execution.
Syntax
Input Value: <Input Text>
<Input Text>
Provide the button name to verify with the Application Under Test (AUT).
Output Value: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Both dynamic variable stores the status as True or False.
Example: Verifying the Name of a Button
In this example, we explain how to verify whether the name of a specified button matches the expected text using the verifyButtonName action.
Action: verifyButtonName
Input Value: Login
The value (Login) specifies the expected name of the button to be compared with the actual button name in the application.
Output Value: {Status}
The result of the verifying is stored in this {Status} dynamic variable with the following possible values:
True: If the button name matches the expected text.
False: If the button name is not matches the expected text.
Logical Explanation: The verifyButtonName action takes the expected name from the Input Value column (Login) and compares it with the actual name of the specified button. The result of this comparison is stored in the {Status} variable as true.

Last updated
Was this helpful?