January 30, 2024
Abstraction is one of the founding principles of software. In this post I describe UI component testing breaks through abstraction and causes fragile tests.
January 16, 2024
Abstraction is one of the founding principles of software. In this post I describe how interfaces are just one side of the problem in testing.
January 9, 2024
Abstraction is one of the founding principles of software. In this post I describe how mocks break abstraction and its effect on testing.
January 1, 2024
Abstraction is one of the founding principles of software. It allows us to simplify ideas, code and usage. It also impacts testing directly.