Not sure if I'm even asking this question correctly, however, here goes.
I'm looking at validating images in an automation suite that I just started. I am currently validating the location via XPath and if the image is there by ensuring that the URI matches a predefined string while checking to ensure that the image is returning either 200 or 304.
Is there any way to actually match the image however (I was kind of thinking file size, but there may be a better way).
I think that anyone who works on applications where code and content are handled by seperate teams will understand the reason for this question.
