Gil Zilberfeld continues exploring test cases for the Spring based calculator application

Real Life TDD – Test Case Analysis, Part III

Product Manager: Man, you still haven’t touched your keyboard? I haven’t seen you doing any Spring or TDD or anything technical yet. Are we going anywhere with this? Me: Of course! It’s calculation time! That’s what you wanted, right? Let’s… Continue Reading…

Gil Zilberfeld continues to discuss TDD test cases for Spring's API testing

Real Life TDD – Test Case Analysis, Part II

So many TDD cases, so many posts. And no Spring in sight yet. I promise, we’ll get there. For now, let’s continue to explore the requirements. Where did we last stop? Pressing any digit key, the display adds that digit… Continue Reading…

Gil Zilberfeld explains TDD test case analysis and planning

Real Life TDD – Test Case Analysis, Part I

It is customary to think that in TDD we run ahead and just write tests. Not today, Spring will have to wait. Let’s break down the requirement into test cases, so we can understand them better. Buckle your seat belts,… Continue Reading…

Gil Zilberfeld talks about the calculator requirements for the Spring TDD project

Real World TDD with Spring – The Requirements

Most TDD examples start out with a calculator. Ours will start here as well. But we’re not going to write a test for “2+2”. No sir, we’re going to test drive the calculator display. But what does it actually do?… Continue Reading…

Gil Zilberfeld talks about real world TDD (test driven development) on the Spring framework on microservices

Real World TDD With Spring – Introduction

I’ve been working with teams who use Spring as the basis of their programming for some time now. Spring, many times as a microservices development and runtime framework. Luckily (or not) they want to incorporate TDD (Test driven development) into… Continue Reading…

Join the State of Testing Survey 2018

PractiTest is running the annual State of Testing Survey until the end of January. Go there and give your input!

Gil Zilberfeld talks about using an anti-pattern in Spring integration tests where flags are used in the tests for mocking and controlling simulators

Integration Testing with Spring: Configuration Logic in Integration Tests

Now that we’ve covered some of Spring capabilities, we can explore possibilities beyond simple mocking. Instead of “regular” mocks (that we can set up in the integration tests), we can inject actual simulators. For our purpose, let’s define a simulator… Continue Reading…

Gil Zilberfeld explains another part of Spring support for integration tests and configuration classes.

Integration Testing with Spring: A Custom Configuration

Here’s the situation: We have a couple of configuration files we use for integration tests. Each of them is a different set of real and mock objects. Some of the objects have behaviors set on them (using Mockito.when) in the… Continue Reading…

Gil Zilberfeld explains how clean code should read and explain the relationship between types. Using class inheritance maybe

Clean Code: The Rectangle and the Square – Part II

Last time, in the first post in my new clean code series, we discussed how I torment my students with the ol’ Square and Rectangle trick in my Clean Code course, talking about Liskov Substitution Principle (LSP). At the end… Continue Reading…

Gil Zilberfeld explains how in clean code similar things may not be so in clean code

Clean Code: The Rectangle and the Square – Part I

In my Clean Code class, I go through this example about the Liskov Substitution Principle (LSP), part of the SOLID material. This example, the rectangle and the square, never fails to stump people, both experienced and less so. It starts out… Continue Reading…

Copyright Gil Zilberfeld, 2025