DEV Community

Cover image for Angular Testing Succinctly - Free Ebook
Arun
Arun

Posted on

Angular Testing Succinctly - Free Ebook

OVERVIEW

Though sometimes perceived as a hurdle, testing can save developers from heartbreak in the long run. In Angular Testing Succinctly, author Joseph D. Booth provides a quick introduction to different tools and approaches to testing Angular projects to make them higher quality from the start and easier to maintain down the road. Topics covered include lint checking, test-driven development, unit testing, and end-to-end testing. Tools covered include TSLint, ESLint, SonarLint, Karma, Jasmine, Protractor, and Cucumber.

TABLE OF CONTENTS

  • Introduction
  • Lint Checking
  • Other Linters
  • Test-Driven Development
  • Angular CLI
  • Sample Application
  • Unit Testing
  • E2E Testing with Jasmine
  • E2E Testing with Cucumber
  • Planning E2E
  • Summary

Author

Joseph D. Booth

https://www.syncfusion.com/succinctly-free-ebooks/angular-testing-succinctly

Top comments (0)