Black box vs white box testing

Black and White

Black box, white box. Does our choice of perspective matter? We’ve landed this function declaration: public int add(int a, int b); We’re told that it adds two integer numbers. How should we test it? Let’s see, we can check that… Continue Reading…

How to TDD A REST API in Python – Python Web Conference 2022

How to TDD a REST API in Python, presented online at Python Web Conference 2022. In this session I show the steps to build an API test-first.

Copyright Gil Zilberfeld, 2025