Verify File Images
Last updated
Last updated
This is pre-built Action located under the @Generic Element Name. It instructs the Avo Assure Client to check whether both the images are same whose image path is provided in Input Value and save the result in the given output variable.
In the {result} variable, “True” will be returned if both the images are matching else, “False”.
Input:
<image1path>; <image2path>
Output:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
When you are testing a document management system that allows users to upload files with images. It’s crucial to verify that the images are correctly displayed and accessible after upload.
Using the Action:
In the automation script, the "VERIFYFILEIMAGES" Action is used to verify that both images are same.
By using the "VERIFYFILEIMAGES" Action in this testing scenario, Avo Assure ensures that the document management system correctly handles image files, enhancing user experience and content quality.
The test checks that each image in the document loads without errors and is displayed in the correct format.
Expected Output: The test checks that both images are same or not, as both Images are same this Action should retrieve ‘True’.
Output: The result is stored in the {result} output variable as True, which can be utilized for display or other purposes.