Unit testing Angular requires learning specific tools and techniques. In this workshop, we will cover the basics of unit testing, how to those tools, and best practices for unit testing. In addition to learning how to write tests, we will also discuss various forms of testing such as TDD, and discuss where a given method is appropriate. We will also cover how to keep your tests maintainable so that they can be worked on by other developers months and years later.
In this workshop you will learn how to: