How to Test Vertical Slice Architecture
A guide on testing vertical slice architecture using integration tests with WebApplicationFactory and Testcontainers.
A guide on testing vertical slice architecture using integration tests with WebApplicationFactory and Testcontainers.
How to speed up test suites by avoiding SQL migrations in tests, achieving a 2x performance boost.
A guide to writing isolated integration tests using TestContainers to manage external dependencies like databases in Docker containers.
A guide to speeding up .NET database integration tests using the Respawn library and xUnit fixtures to manage database state.
A technical guide on using JMeter to replay recorded database queries from an audit log for load testing, specifically targeting Amazon Redshift.
Argues against clearing the database between automated tests, citing speed, correctness, and parallelism benefits.
Explains a Go testing bug where parallel package builds and test caching cause sporadic failures in database setup, with fixes.
Strategies for writing integration tests in Python to validate database interactions with real backends like SQL and NoSQL.
A tutorial on creating a generic helper class for database unit testing in Play Framework 2 Java applications using JPA and fixtures.