Case Study

System Under Test

Previous Next
The system under test in the case study is JPetStore, derived from a sample application included with the Spring distribution. The application consists of a domain model, a data access layer, and a business logic layer. First, we'll review the implementation of the JPetStore application. Then we'll demonstrate how SpringUnit can be used for unit and integration testing of a web application built with Hibernate and Spring.
Previous Next