August 2017
Beginner to intermediate
370 pages
8h 37m
English
Unit testing is all about testing a block of code in isolation. As with any other programming language, unit testing allows developers to create robust and reliable software by designing and developing the software components based on testability principles. Angular provides support for unit testing components, services, and so on, using tools such as Jasmine, Karma, and Protractor, along with in-built testing utilities. In this chapter, you will learn concepts such as the following in relation to creating single page applications (SPA) using Angular and Spring 5:
Read now
Unlock full access