Verify Objects

This action in Avo Assure is available under the @Generic element, instructs the Avo Assure to Verify XML block in Input 1 and Input 2 are the same or not and save the result in dynamic variable.

Syntax

Input Value: <Dynamic Variable>;<Dynamic Variable>

Argument
Description

<Dynamic variable>

(Required)

Specify the first XML block to be used for comparison.

<Dynamic Variable>

(Required)

Specify the second XML block to compare with the first block.

Output Value:

Argument
Description

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

This variable stores the status as true or false

Example

Performs a comparison between two XML blocks

The Verify Object action takes the value from the Input Value column (e.g., {XML_Block1};{XML_Block2}). It checks whether both XML blocks are same or not, and result of the verification is stored in the {Verify} variable, with the following possible values:

  • True – if both XML blocks match successfully.

  • False – if the verification fails or the XML blocks do not match.

Last updated

Was this helpful?