Testing through images

This section covers image-based testing, which is different from what has been covered so far. In image-based testing, the user interface is treated as a black box and no object internals of the applications are exposed.

Sikuli

Sikuli is a leading tool that performs automation through computer vision, that is, recognition of images on the screen. As a human being, we can distinguish an object's properties by looking at it, but this is not straightforward in case of computers as computers can only match binary or textual information. Thus, there is a need for computer vision or knowing if a given image is present on a larger screen or not. In simple sense, Sikuli uses the user-supplied screenshot images to perform action over ...

Get Robot Framework Test Automation now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.