11

Testing Angular Applications

Writing automated tests for your applications is just as important as writing the application code. Many developers don’t like to write tests or skip them altogether because they feel it’s too time-consuming, but as your applications and workspace grow, having automated tests becomes ever more critical. When working on an extensive application, the chances are significant that your changes will impact many things throughout the application. Small changes can affect many things, which becomes even more apparent when you’re making changes in a library used in many applications. You’ll often find yourself in a scenario where you make changes and don’t even know every application surface your changes will impact. ...

Get Effective Angular now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.