VOOZH about

URL: https://www.javacodegeeks.com/tag/integration-testing

⇱ integration testing Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Omozegie AziegbeMay 11th, 2026
    0 99

    Spring AI: Testing MCP Tools

    Testing Model Context Protocol (MCP) tools in Spring AI is essential to ensure that tools are correctly registered, discoverable, and…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeJanuary 16th, 2026
    0 682

    Getting Started with JUnit 5 Testing in Micronaut

    Micronaut makes testing Java applications straightforward with native JUnit 5 integration. Its lightweight dependency injection, embedded server support, and simple…

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

    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 »
  • Enterprise Java👁 spring-interview-questions-answers
    Omozegie AziegbeDecember 19th, 2025
    0 713

    Getting Started with Spring RestTestClient

    Testing REST APIs in Spring has traditionally used several tools, such as MockMvc, WebTestClient, and TestRestTemplate, each offering its own…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeOctober 23rd, 2025
    0 805

    Testing Micrometer Metrics in Spring Boot Applications

    Micrometer is a metrics collection library that provides a vendor-neutral API for instrumenting applications. In a Spring Boot environment, it…

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

    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
    Omozegie AziegbeAugust 4th, 2025
    0 1,012

    Executing SQL Scripts in H2 Database

    When writing integration tests for database-driven applications, it is often necessary to initialise schemas, preload test data, or run custom…

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

    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 362

    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 »
  • 1
  • 2
  • »
Back to top button
Close