test automation

August 22, 2022

Better Page Objects strategy using AjaxElementLocatorFactory with Selenium and Java

Introduction Page Objects Model is a Testing Pattern created by Selenium WebDriver to better model the web test architecture into the domain we are testing, creating […]
July 26, 2022

The best way to create browser instances using the Factory Pattern, Java, and Selenium WebDriver

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 […]
June 19, 2022

How to use the Factory design pattern to create browser instances: local and remote approach

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. […]
March 14, 2021

How to use the Factory design pattern to create browser instances: the simple approach

Introduction We face one problem trying to apply the multi-browser test approach: the complexity of creating the browser instance. In this article, I will show you […]