Tag: Integration Testing
-
If You Have to Build Your Own Logger, What Is the Minimum You Actually Need? - Practical Requirements and Integration Test Checks
A practical guide to the minimum requirements for a custom application logger and the integration tests worth running with real files, threads, and processes.
-
Where Unit Tests End and Integration Tests Begin - A Practical Boundary Guide
A practical guide to drawing the boundary between unit tests and integration tests by separating pure logic, formatting, wiring, environment differences, and...