Blog TIL Now Tags Projects About
Post · December 1, 2024

Adding Database Backup Support to Testcontainers

Testcontainers is a relatively new library that can help a lot with working with resources like databases by using containerization. From the website: ...

Post · November 14, 2007

Successful first baby steps with Test Driven Development

I'm close to finishing up some work on one of my first true TDD projects and it has gone great for the most part. It did take a long time to get started...

Post · October 18, 2007

"Manual testing is immoral"

I was reading through my feeds this morning and came across this gem of a paragraph: Manual testing is immoral. Not only is it high stress, tedious, and error...

Post · July 5, 2007

The Testing Continuum

In the few years that I've worked as a software developer, I've read and seen many examples of testing software. As a result, my own thinking regarding testing...