Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/autokmg/spring-boot-apps-testing-practices

Delve into the world of Spring Boot testing to enhance project quality and readiness. This repository covers unit tests, SpringBootTest annotation, JUnit, and testing slices, providing comprehensive insights and tools for robust application testing.
https://github.com/autokmg/spring-boot-apps-testing-practices

java-11 junit spring-boot unit-testing

Last synced: 25 days ago
JSON representation

Delve into the world of Spring Boot testing to enhance project quality and readiness. This repository covers unit tests, SpringBootTest annotation, JUnit, and testing slices, providing comprehensive insights and tools for robust application testing.

Awesome Lists containing this project

README

        

**

# Spring Boot Applications Testing Practices

In this repository, I delved into the essential elements of testing Spring Boot applications to enhance the production readiness of my applications. I explored various key topics, such as unit testing, conducting comprehensive application testing through the use of the @SpringBootTest annotation, mastering the art of crafting efficient unit tests with JUnit, and harnessing the power of Spring Boot testing slices to isolate and simplify the testing process.

### *Note*

I also used planefinder and aircraft positions as base projects to write the tests on them. Different versions for different uses like reactive programming, Spring Data exploration, and Spring MVC can be found in my repositories.

**