Introduction This article belongs to a series of 3 posts explaining how to use the Factory Pattern to create different browser instances for either local or […]
Introduction In the previous article How to use the Factory design pattern to create browser instances: the simple approach, you have learned how to implement it. […]
Introduction We face one problem trying to apply the multi-browser test approach: the complexity to create the browser instance. In this article, I will show you […]
Introduction Instead of using some approaches that can add an extra abstraction layer to deliver a pretty report, we can use one with less code showing […]
This post belongs to the How to create Lean Test Automation Architecture for Web using Java series. If you didn’t see the previous posts, please check them out! […]