My GitHub projects

I have some good starting test projects for API and Web testing! Would like to take a look?

My presentations

Did you know I love giving talks? I might have a talk that can be interesting for you. Would you like to see it?
April 4, 2023

JUnit 5 – When to use @ValueSource

Introduction This article belongs to the Managing Test Data series.I will show you different ways to smartly use testing frameworks features when the date changes but […]
March 27, 2023

Soft 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 support us in finding issues earlier […]
January 2, 2023

How a Service Virtualization approach can save your and others’ time playing with Mocks

Introduction Mocks are present in any modern development process to speed up software delivery.  Your API service has a dependency on another API, internally or a […]