VOOZH about

URL: https://www.javacodegeeks.com/tag/testcontainers

⇱ Testcontainers Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Omozegie AziegbeMarch 3rd, 2026
    0 190

    Pub/Sub Setup Using Spring Boot and Dapr

    Building event-driven applications is a common requirement in modern software systems. Pub/Sub messaging helps services communicate asynchronously, improves scalability, and…

    Read More »
  • DevOps👁 Image
    Omozegie AziegbeDecember 30th, 2025
    0 612

    How to Configure Testcontainers to Run on Podman

    Testcontainers is a popular Java library that simplifies integration testing by providing lightweight, disposable containers for databases, message brokers, and…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouSeptember 22nd, 2025
    0 510

    Test Everything: Advanced Unit and Integration Testing with JUnit 5

    Software testing has evolved far beyond the simple “write a test for each function” mindset. With modern architectures—microservices, cloud deployments,…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouJuly 23rd, 2025
    0 809

    Modern Java Testing with JUnit 5 and Testcontainers

    Realistic Integration Testing with Dockerized Databases Unit tests are great for checking isolated business logic. But when your application talks…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouApril 15th, 2025
    0 359

    Mocking Serverless & gRPC: When Mockito Isn’t Enough

    Modern distributed systems combine serverless functions and gRPC microservices, creating new testing challenges that traditional mocking tools can’t handle. Let’s…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraMarch 28th, 2025
    0 1,587

    Spring AI Testing: AI Evaluators Example

    Large Language Models (LLMs) have become an integral part of modern applications, but ensuring their accuracy and reliability is crucial.…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeSeptember 6th, 2024
    0 502

    Testcontainers JDBC Support

    Testcontainers is a powerful library designed to simplify the testing of database interactions, especially when dealing with different environments and…

    Read More »
  • DevOps👁 Image
    Ashraf SarhanApril 8th, 2024
    0 504

    Testcontainers Desktop

    1. Overview In modern software development, automated testing has become an integral part of the development lifecycle. However, setting up…

    Read More »
Back to top button
Close