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 […]
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 […]
January 3, 2024Published by Elias on January 3, 2024Categories quality tips test automationAssert with Grace: Custom Assertions using AssertJ for Cleaner CodeWhat’s an assertion? It’s a way to test an assumption in the code normally associated with an expected result, where […]