I remember when I first started coding, I could spend hours writing code without running it. The fun part ended there, as I had then to spend hours debugging it. Later on, I discovered testing and quickly realized the benefits it offered. However, writing my first tests was not easy. It’s easy to make many mistakes that make them difficult to write and maintain. I want to share what I’ve learned over the years to make writing your tests easier.