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 […]
July 10, 2023Published by Elias on July 10, 2023Categories data-driven junit5 test automation tipsJUnit 5 – When to use Internal MethodSourceIntroduction This article belongs to the Managing Test Data series.I will show you different ways to smartly use testing framework features […]
April 4, 2023Published by Elias on April 4, 2023Categories UncategorizedJUnit 5 – When to use @ValueSourceIntroduction This article belongs to the Managing Test Data series.I will show you different ways to smartly use testing framework […]
March 27, 2023Published by Elias on March 27, 2023Categories quality tips test automationSoft Asserts – Why should you use them for Unit and Integration tests?Introduction Assertions are part of the day-by-day activities of any software engineer. There are numerous ways to apply it to […]
January 2, 2023Published by Elias on January 2, 2023Categories api intermediateService Virtualization with WiremockIntroduction Mocks are present in any modern development process to speed up software delivery. Your API service depends on another […]
August 22, 2022Published by Elias on August 22, 2022Categories advanced test automation webBetter Page Objects strategy using AjaxElementLocatorFactory with Selenium and JavaIntroduction Page Objects Model is a Testing Pattern created by Selenium WebDriver to better model the web test architecture into […]