verify Text

This is a pre-built action in the Avo Assure that comes for the Captured Textbox Element. This action instructs Avo Assure to verify that the text in the textbox matches with the input value specified in Avo Assure, and save the result in dynamic variable.

Syntax

Input Value: <input value>

Argument
Description

<input value> (Required)

Provide the text value to be verified with textbox content

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This dynamic variable holds the status of the action as True or False

Example

Verifies the value of a textbox matches the specified input value

The Verify Text action compares the current text in the textbox with the specified input value (e.g., IT's gone!). The result of the action is stored in the {Verify} variable, with possible values:

  • True – If the current text matches the input value

  • False – If the values do not match

Last updated

Was this helpful?