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 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 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 […]
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 One of my activities is to review the Quality Engineers’ technical assignment. We ask the candidate to automate at least 2 features in the API […]