Accessibility is not only essential for people with disabilities but also improves the overall usability of apps and websites by addressing issues like the fat-finger problem on touchscreens. The Web Content Accessibility Guidelines (WCAG) provide clear directives that often intuitively align with good usability, such as a perfect sized buttons or the use of labels for user input.
Read more
In contrast to websites of the early 2000s, modern websites consist of increasingly more dynamic content. They are updated multiple times per day, hour or even minute, depending on the pace at which new content is created.
Traditional approaches to functional testing quickly reach their limit in the face of this content flood. We want to show you
how JUnit 5 and the new dynamic tests can help you to take back control over your testing process.
Read more
In our new series “Better with webmate”, we want to show you how webmate can help implement difficult test cases. Today, we want to look at an use case that is present
on almost every website but is rarely tested in test automation: the account registration process.
Read more
After almost 3 years of development, Selenium released its next big version of the Selenium framework in October 2021.
In this article, we will take a brief look at the new features of Selenium and what is to come.
Read more