Photo: victor estrada diaz

Building a UI automation framework with Spring — Part 1: The basics

Martin Schneider
FAUN — Developer Community 🐾
6 min readMay 22, 2019

--

Spring is a widely used and established Java application framework. The Page Object Pattern is the de-facto standard for implementing UI tests in an object-oriented manner. In this article, we will learn how we can combine the two to simplify writing these tests. We will use an Appium test (executed with JUnit) as an example. For Selenium, the code remains mostly the same…

--

--