Rethinking Spring Application Integration Testing
Explores a new approach to Spring integration testing using functional decomposition and Spring Modulith's @ApplicationModuleTest for better test quality.
Explores a new approach to Spring integration testing using functional decomposition and Spring Modulith's @ApplicationModuleTest for better test quality.
A guide to writing strongly typed integration tests for ASP.NET Web APIs using the Kiota client generator and OpenAPI specifications.
Explains how mutation testing can be applied beyond unit tests, using a Java Spring Boot API example with acceptance tests.
A guide to writing isolated integration tests using TestContainers to manage external dependencies like databases in Docker containers.
A technical guide on implementing end-to-end email testing using AWS SES and SQS to validate email delivery and content in automated test suites.
Explains structure-cementing tests and how a Test DSL can decouple tests from implementation details, making them resilient to structural changes.
A guide to reliably testing Htmx-powered ASP.NET Core applications using Playwright by leveraging Htmx lifecycle events.
A guide to testing Typesense search functionality using Testcontainers and .NET, including setup and a sample implementation.
Introducing ServerlessSpy, a tool for writing fast, parallelizable integration tests and gaining real-time insights into serverless cloud events.
Explains how to achieve test coverage for Go integration tests using Go 1.20 features, focusing on a network emulation tool.
Author shares results of live integration tests for the vdirsyncer rewrite against real CalDav servers like Baikal and Nextcloud.
Explores the shift from the traditional testing pyramid to a testing diamond model, emphasizing more integration tests for modern architectures.
A tutorial on using React Testing Library to test React components from a user's perspective, covering setup with Jest.
Explains the WebApplicationFactory in .NET for integration testing ASP.NET Core WebAPIs, highlighting its benefits and usage.
Explores why data and ML pipeline tests break incorrectly and offers strategies for writing more robust unit, schema, and integration tests.
A guide to testing custom Kafka Connect source connectors, covering unit and integration testing strategies with code examples.
A guide on using jOOQ and Testcontainers to write integration tests for database stored procedures in Java, replacing manual JDBC calls.
Strategies for efficiently scheduling Docker containers to integration test 14+ databases in GitHub Actions, improving CI performance.
A tutorial on testing ASP.NET Core Minimal APIs using xUnit, covering unit and integration tests for endpoints.
Guide to setting up SQL Server in a Docker container for integration tests within GitHub Actions workflows.