Testing is one of the most crucial and important aspects of application development. In this chapter, you learned how to use Angular CLI, Jasmine, and Protractor framework. Automation testing using Jasmine and Protractor can help you save time and effort.
You learned about writing unit test scripts for Angular components and services and also how to write E2E test cases for workflow automation testing. You explored in detail Jasmine framework and the Protractor framework methods and variables built-in to functions.
We delved into targeting specific elements as well as retrieving collections of elements together to read, update, and edit properties and values. Go ahead and automate your applications using these great testing frameworks.
In the next chapter, you will learn about design patterns in Angular. Typescript is an object-oriented programming language and, as such...