Verify Button Name
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built Action located under the Captured Button Element, instructs the Avo Assure to check if the button’s name matches the expected value from the Input Value and save the result in the dynamic variable.
Input Value: <Input Text>
<Input Text>
Enter the text (Button name) to be verified with AUT.
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
The dynamic variable holds the status as True or False.
Example
Checks if the name of the specified button matches the expected text.
The Verify Button Name action takes the value from the Input Value column (e.g., Continue) and compares it with the actual name of the button. The result of the comparison is stored in the {VerifyName} variable, with the following possible values:
True – If the button name matches the expected text.
False – If the button name does not match or an error occurs.