In this post, we’ll learn how to implement Embedded MongoDB for Spring Boot Integration testing. · Prerequisites· Overview∘ Key Features of Embedded MongoDB· Usage with Spring Boot∘ Maven Dependencies∘ Application Properties∘ Writing
Tag: Integration Testing
In this post, we’ll explore the power of ArchUnit in the Spring Boot application. · Prerequisites· Overview∘ What is ArchUnit?∘ Why use ArchUnit?· Let’s get to the code∘ Project Architecture∘ Add ArchUnit
In this post, we’ll learn how to implement Embedded PostgreSQL for Spring Boot Integration testing. · Prerequisites· Abstract· Zonky Embedded Database· Usage∘ Maven Dependencies∘ Writing Testing· Conclusion· References Prerequisites This is the list
In this post, we’ll cover Integrations testing for the Spring WebFlux application using Testcontainers. |· Prerequisites· Overview∘ What is Testcontainers?∘ Why use Testcontainers?· Let’s code∘ Create a Spring reactive application∘ Add Testcontainer
Creating a standalone stub server is important in order not to depend on an API that isn’t yet available, isn’t complete, or is expensive to
In this post, we’ll explain the API integration testing solution step by step using Postman, Newman, and Jenkins Pipeline. This post shows how to set
A software system can and has to be tested on different levels of abstraction. ISTQB (International Software Testing Qualifications Board) defines four different test levels: Component Testing