Testing

Tag: testing

  • NServiceBus.IntegrationTesting 3 — A new container-based architecture (6 March 2026)
    AI is the great enabler. I've been doing so many things I always wanted to do but never found the time. This time, it's a new version of the NServiceBus.IntegrationTesting framework removing all the limitations of the previous versions by introducing a container-based hosting architecture, providing full endpoint-under-test isolation.
  • I tried vibe-coding. It’s cool, indeed, but is it doomsday? (11 February 2026)
    Is AI going to replace software engineers? I decided to road-test it with a real-life coding challenge: build an application from scratch using a technology I barely knew. The goal? Understand if all those claims about the programmer's doomsday have some foundation.
  • You wanna test HTTP, right? (28 April 2021)
    Tests generate confidence. Awesome. Sometimes we need to test components requiring HTTP, and we risk building complex test infrastructures that only erode confidence. What options do we have?
  • Exploring NServiceBus Integration Testing options (4 July 2019)
    Sometimes there is the need to test the full business scenario. Like the full dress rehearsal for a show. When using messaging, business scenario testing is not easy and NServiceBus unit testing capabilities aren't good enough.