Summary of Unit and Integration Testing

Go over a summary of what we covered in this chapter.

We'll cover the following

Recap

With this chapter, we’ve closed the development cycle of the application we’ve been building. We started small by writing a few simple classes with our business logic, wrote the web server to it, and finished by integrating it with persistence. We finished the chapter by learning how to test the features we wrote, and that’s what we did. We decided on going with a few different types of tests instead of extensively going module by module writing all the tests because we believe that’s where more value is added.

Get hands-on with 1200+ tech skills courses.