April 2023
Intermediate to advanced
774 pages
19h 19m
English
In this chapter, you will learn about basic techniques you can use to test Java applications and the testing support features offered by the Spring Framework. These features can make your testing tasks easier and lead you to better application design. In general, applications developed with the Spring Framework and the dependency injection pattern are easy to test.
Testing is a key activity for ensuring quality in software ...