October 13, 2024Published by Elias on October 13, 2024Categories junit5 quality tips test automationAssert with Grace: Custom Soft Assertions using AssertJ for Cleaner CodeIntroduction If you don’t know what a soft assertion is, please read Soft Asserts – Why should you use them […]
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 […]