The Test Pyramid Is a Lie (and What I Do Instead)
Challenges the traditional test pyramid, advocating for more integration tests over unit tests using modern tools like Testcontainers.
Challenges the traditional test pyramid, advocating for more integration tests over unit tests using modern tools like Testcontainers.
A guide to speeding up .NET database integration tests using the Respawn library and xUnit fixtures to manage database state.
A guide to testing custom Kafka Connect source connectors, covering unit and integration testing strategies with code examples.
Guide to setting up a GitHub Actions CI workflow for automated testing of Azure AD-protected APIs, including Azure Key Vault integration.
A guide on effective software testing: write tests, avoid 100% coverage, and focus on integration tests for confidence.