Gil Zilberfeld talks about integration testing a REST API

Integration Testing with Spring – Testing A REST API

After we understand how to use mocks in Spring in integration tests, let’s take a look at a setup for testing a REST service that uses a dependency we want to mock. API testing is a usual integration test scenario,… Continue Reading…

Gil Zilberfeld explains how to configure spring with mocks for integration tests

Integration Testing with Spring – Mocking

Let’s continue where we’ve left off – multiple configurations for integration tests. We use different configurations when we need to inject two different sets of objects. For example a real one and mocked one of the same type for different… Continue Reading…

Gil Zilberfeld talks about configuration for mocking in integration tests and unit tesitng

Integration Testing with Spring – Configurations

First, a couple of words about Spring in general as a dependency injection framework. One of the best things in Spring is its simplicity of injection. Regardless of where you are, you pop an @Autowired annotation on a class variable (which… Continue Reading…

TDD Is unlikely to win

How TDD Can Conquer The World (And Why It’s Unlikely To Happen)

He said: “I asked all my friends, and none of them likes TDD”. This one I haven’t heard before, although I suspect I should have at some point. Like any practice, TDD has a social side. I told him to… Continue Reading…

Unit testing anti-pattern: Leaking

Unit Tests Anti-Pattern: Leaky Mocks and Data

Unit tests can leak mocks, setup and expectations if not isolated properly. Leaky data, passing from tests to tests can also hurt us.

Unit Testing Implementation: The Plan

So far, we’ve talked about the process itself, our goals and expectations, what to look for while we’re moving forward, and now it’s time we get to the good stuff. How does an implementation plan actually look like? A good plan… Continue Reading…

Leadership in Unit Testing Implementation, Part II

We talked about management attention and support, and there’s more leaders can do, in order to help us make the process work. Remember those leading indicators? They don’t collect themselves. If we think about those indicators as a feature, there… Continue Reading…

Leadership in Unit Testing Implementation, Part I

Any process we start to roll out, requires management support. If we want it to succeed, anyway. Inside teams, if the team leader opposes the new process, she will either actively, or secretly, work against it. If she’s for it,… Continue Reading…

TDD: Mind Your Language

One of the exercises I love to do in my TDD classes is to build a lightsaber in TDD. (Yes, of course that’s how they’re made). In the exercise, I go through listing all kinds of features and use cases,… Continue Reading…

Leading Indicators in Unit Testing Implementation, Part III

in the last post we talked about the failing builds trend as an indicator of success of implementation. The final metric we’ll look at, that can indicate how our process will go, is also related to broken builds. It is… Continue Reading…

Copyright Gil Zilberfeld, 2025