Automated testing patterns

Testing patterns serve the goals of automated testing: specification, documentation, support for refactoring, and help locating defects.

Luís Soares
CodeX
Published in
10 min readDec 10, 2021

--

Creating patterns to describe something creates nomenclature. Once you have a name for something, it’s easier to recognize when you see it again. The Productive Programmer

I’ll present the testing patterns that I apply in every project since they’ve proven very beneficial to the team concerning the goals of automated testing. I’ll…

--

--

Luís Soares
CodeX
Writer for

I write about automated testing, Lean, TDD, CI/CD, trunk-based dev., user-centric dev, DDD, coding good practices,