In this chapter, you will learn about basic techniques you can use to test Java applications, as well as 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 ...