Verify Objects
Last updated
Last updated
This action in Avo Assure is available under the @Generic element, it instructs the Avo Assure client to Verify XML block in Input 1 and Input 2 are the same.
It gives two inputs, True and false where true means same input value whereas False means different values.
Note: The given action is only supported by XML files.
Input:
<Dynamic Variable>;<Dynamic Variable>
Supported Input Format:
1. Text
2. Static values/dynamic variables
Output:
N/A
In this scenario, you are testing a verification feature of application. You want to validate the integrity of two XML-Block by comparing them and assessing their equivalence, resulting in a true or false status. So, you can use ‘Verify Objects’ action in Avo Assure to compare specified XML blocks. It ensures the content of these XML blocks matches, indicating that they are consistent and correctly configured.
Input: In the input section, the two blocks of XML content are added.
Expected result: It needs to compare the given chunks.
Output: The output variable {Status}Contains True, which can be utilized for display purpose.