Angular testing summary

Angular includes all of the necessary libraries and configuration to enable both unit-testing with Karma, and acceptance testing through Protractor out of the box with a new project. The framework has been built with testing firmly in mind, and therefore has a full component life cycle that we can tap into in our testing code. We are able to test every element of our code, including DOM rendering tests, and form interactions. While the setup of a test through the ComponentFixture classes may take a little while to understand and configure, it is an excellent framework that provides everything a component will need to run in an isolated environment.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.24.134