Introduction This article belongs to the Managing Test Data series.I will show you different ways to smartly use testing frameworks features when the date changes but the […]
Introduction This article belongs to the Managing Test Data series.I will show you different ways to smartly use testing frameworks features when the date changes but […]
Introduction Assertions are part of the day-by-day activities of any software engineer. There are numerous ways to apply it to support us in finding issues earlier […]
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 […]
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 […]
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 […]