VerifyText

This is a pre-built Action located under the Table captured from the AUT Element, instructs the Avo Assure to verify if the text present in the textbox (which is in the table cell) is the same as that present in the input field of Avo Assure and save the result in the given dynamic variable.

Syntax

Input Value: <Row>;<Col>;<Object Type>;<Index>;<Text>

Argument
Description

<Row> (Required)

Row number of the specified table cell

<Col> (Required)

Column number of the specified table cell

<Object Type> (Required)

Type of object inside the cell (e.g., textbox, input)

<Index> (Required)

Element index of the object within the cell

<Text> (Required)

The text to verify against the value present in the table cell

Output Value

Argument
Description

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

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

Example Verifies that the text inside a textbox located within a specified cell of a table matches the expected value.

The Verify Text action takes the input from the Input Value column (e.g., 2;4;textbox;1;Accountant) and compares the content of the textbox located in the specified table cell with the expected value. The result of the action can be stored in the {Verify} variable, with the following possible values:

  • True – if the text matches the expected value

  • False – if the text does not match or an error occurred

Last updated

Was this helpful?