Posts tagged "testing"

  1. Test code smells catalogue

    Presents a comprehensive catalogue of test code smells, addressing gaps in existing resources and covering important aspects of good test suite design.

  2. Some thoughts on Cucumber and Behaviour Driven Development

    Explores the advantages of using Cucumber for behaviour-driven development (BDD), highlighting how it forces high-level thinking and creates readable specs that double as tests. Includes a comparison with RSpec and discusses why BDD focuses on user-visible system behaviour.