How does image verification works as in what all things are verified during run time if image verification is performed.?
1 Answer, 1 is accepted
0
Konstantin Petkov
Telerik team
answered on 25 Aug 2014, 07:59 AM
Hello,
The image verification is a visual comparison (pixel-by-pixel) alternative approach to the actual element (DOM) comparison. It is good for building test cases to verify the visual representation (colors for example) however in most cases there is more reliable way to achieve your goal using the standard element attributes verification approach. You can read more about "Image Verification" in the Test Studio documentation here.