Skip to content

Angular / Testing / Overview

This section describes how to test Angular Applications.

The following topics will be covered:

Testing for these application was conducted using Angular 2.


Recommendations

It is recommended that users only cover these sections thoroughly if they are not already familiar with unit testing or end to end testing.

NOTE: Spending a significant amount of time on the End to End testing in Angular section is not necessary however. Instead developers should focus on using Cypress.io for end to end tests especially if they are first timers to building out test automation frameworks.