July 3, 2024Published by Elias on July 3, 2024Categories junit5 test automationHow to simulate real BeforeAll and AfterAll in JUnit 5Introduction JUnit 5 is a well-known Java Testing Framework/Library across developers. It’s the evolution of JUnit 4 and carries with […]
March 10, 2024Published by Elias on March 10, 2024Categories data-driven junit5 tipsJUnit 5 – When to use CSV ProvidersIntroduction This article belongs to the Managing Test Data series.I will show you different ways to smartly use testing framework features when […]
February 27, 2024Published by Elias on February 27, 2024Categories tipsOne of the most underrated Maven configurations: maven.configIntroduction Maven is a solid and most used build automation tool in the Java world. Everyone knows Maven!It’s present in […]
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 27, 2024Published by Elias on January 27, 2024Categories test automation tips webNo more driver management in Selenium WebDriverThe past In the past, to use Selenium to create the test automation for your frontend tests, it was necessary […]
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 […]