January 2, 2023
Introduction Mocks are present in any modern development process to speed up software delivery. Your API service has a dependency on another API, internally or a […]
August 22, 2022
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
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 […]