In today’s fast-paced world of software development, product teams are expected to move quickly: building features, shipping updates, and reacting to user needs in real-time. But moving fast should never mean compromising on quality or security. Thanks to modern tooling, developers can now maintain high standards while accelerating delivery. In a previous article, we explored...| Docker
What is Testcontainers? Testcontainers is a powerful Java library that provides lightweight, throwaway instances of databases, message brokers, web browsers, or anything that can run in a Docker container for integration testing. Instead of mocking external dependencies or maintaining complex test environments, Testcontainers lets you run real instances of your dependencies during tests. Key Features […]| Collabnix
In Docker Desktop 4.42, users can expect new features like IPv6 networking capabilities, numerous Docker Model Runner updates, and more.| Docker
In this article we continue diving into TestContainers and Supabase, and run unit tests against a full local self-hosted Supabase.| Julien's DevRel corner
Suppose we are developing an application backed by AWS DynamoDB. For local integration testing we are using Testcontainers and Localstack.| ConSol Blog
The simplest way to integration test your stored procedures is with jOOQ and testcontainers| Java, SQL and jOOQ.
Using H2 as a test database vs integration testing directly on your production RDBMS| Java, SQL and jOOQ.