Content is several years old and will probably no longer be up-to-date. Use case and motivation Nowadays many people use mobile devices, for that reason it is important to optimize your websites for it. More devices imply more bugs and a bigger test effort. To address this topic effectively you should execute your automated tests… Continue reading Testing websites on mobile devices with Selenium
Author: Mira Stiel
Compare Screenshots with Selenium WebDriver
Content is several years old and will probably no longer be up-to-date. Use case and motivation Sometimes it‘s necessary to test the design or the correct position of one or more elements on a website. In this case, it could be useful to compare screenshots of the tested website with a reference screenshot. And it’s a… Continue reading Compare Screenshots with Selenium WebDriver