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 […]
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 […]
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 […]
June 22, 2020Published by Elias on June 22, 2020Categories quality tipsTesting is like…Why this post? This post came from the Bloggers Club on the Ministry of Testing where, this month, the challenge is to share what […]