Testing

Tag: testing

  • 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.