February 6, 2024Published by Elias on February 6, 2024Categories data-driven how to junit5 test automation tipsJUnit 5 – When to use ArgumentsSourceIntroduction This article belongs to the Managing Test Data series.I will show you different ways to smartly use testing framework features when […]
January 14, 2024Published by Elias on January 14, 2024Categories data-driven how to junit5 test automation tipsJUnit 5 – When to use the External MethodSourceIntroduction This article belongs to the Managing Test Data series.I will show you different ways to smartly use testing framework features when […]
July 26, 2022Published by Elias on July 26, 2022Categories advanced how to test automation webThe best way to create browser instances using the Factory Pattern, Java, and Selenium WebDriverIntroduction This article belongs to a series of 3 posts explaining how to use the Factory Pattern to create different […]
June 19, 2022Published by Elias on June 19, 2022Categories how to intermediate test automation webHow to use the Factory design pattern to create browser instances: local and remote approachIntroduction In the previous article How to use the Factory design pattern to create browser instances: the simple approach, you […]
March 14, 2021Published by Elias on March 14, 2021Categories how to test automationHow to use the Factory design pattern to create browser instances: the simple approachIntroduction We face one problem trying to apply the multi-browser test approach: the complexity of creating the browser instance. In […]
February 11, 2021Published by Elias on February 11, 2021Categories how to test automationHow to read QR Code content from your Mobile or Web AppThe problem Having some QR Codes to scan from your mobile and or web app is becoming common nowadays. You […]