Beyond Pass/Fail- a Modern Approach to Java Integration Testing
Tests can run assertions on your code but also reveal important insights about how your application really works. Automated testing will assuredly go down in the annals of software development history...
View ArticleSupercharging Your Local Development Loop with Testcontainers in Quarkus and...
Quality assurance (QA) plays a crucial role in the software development process, with testing at its core. And when it comes to testing, developers primarily focus on two types of tests: integration...
View ArticleConnecting to Testcontainers Services using Testcontainers Desktop
AtomicJar, the maintainers of Testcontainers libraries, has released the Testcontainers Desktop app, which is a free companion app for open-source Testcontainers libraries that makes local development...
View ArticleTestcontainers Best Practices
Testcontainers is an open source framework for provisioning throwaway, on-demand containers for development and testing use cases. Testcontainers make it easy to work with databases, message brokers,...
View ArticleDiagrid joins Testcontainers Official Module Program
Today, at AppDeveloperCon – we were thrilled to announce the addition of the Dapr Testcontainers module to our suite of Official Testcontainers Modules allowing developers to streamline Dapr local...
View ArticleCommon Pitfalls of Integration Testing in Java
Integration testing is an important phase of the software development lifecycle that validates whether individual software modules interact as expected. While unit tests make sure that the individual...
View ArticleRunning Testcontainers tests on Buildkite
Buildkite is a powerful CI/CD platform addressing the modern complex software development needs with its rich ecosystem of plugins. Buildkite provides a highly scalable CI/CD platform supporting...
View ArticleWhat’s new with Testcontainers in Spring Boot 3.2.0
Earlier this year Spring Boot 3.1.0 released a seamless integration with Testcontainers through ConnectionDetails and ServiceConnection abstractions. To learn more about it, please read Spring Boot...
View ArticleBuilding Spring Boot’s ServiceConnection for Testcontainers WireMock
Spring Boot 3.1 introduced support for Testcontainers by adding the new ConnectionDetails and ServiceConnection abstractions. If you haven’t read about it yet, please check out Spring Boot Application...
View ArticleAtomicJar is now part of Docker!
Today, we celebrate a win for developers as we announce that AtomicJar joins forces with the company that started the containers wave we were riding – Docker! Testcontainers In 2015, when Richard...
View Article