Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/testing-angular-applications/testing-angular-applications
Project for the Testing Angular Applications book
https://github.com/testing-angular-applications/testing-angular-applications
angular book jasmine karma protractor testing testing-angular-applications typescript
Last synced: about 1 month ago
JSON representation
Project for the Testing Angular Applications book
- Host: GitHub
- URL: https://github.com/testing-angular-applications/testing-angular-applications
- Owner: testing-angular-applications
- License: other
- Created: 2016-10-25T15:09:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:24:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T09:42:59.830Z (about 2 months ago)
- Topics: angular, book, jasmine, karma, protractor, testing, testing-angular-applications, typescript
- Language: TypeScript
- Homepage: https://testing-angular-applications.github.io
- Size: 834 KB
- Stars: 103
- Watchers: 8
- Forks: 82
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI Status](https://circleci.com/gh/testing-angular-applications/testing-angular-applications.svg?style=shield)](https://circleci.com/gh/testing-angular-applications/testing-angular-applications)
# [Testing Angular Applications](https://www.manning.com/books/testing-angular-applications)
Jesse Palmer, Corinna Cohn, Michael Giambalvo, Craig Nishina
[Manning Publications](https://www.manning.com/books/testing-angular-applications)
The Angular framework is great for building large-scale web applications that can be maintained and extended. And when you're building enterprise-level apps, testing is vital to the development process. Testing improves the quality of code and reduces maintenance, saving both time and money. Even though testing is crucial, it's sometimes neglected since there are few established resources and standards when it comes to modern JavaScript web applications. Developers who know how to build and leverage tests are highly valued by their clients and companies.
[Testing Angular Applications](https://www.manning.com/books/testing-angular-applications) is an example-rich, hands-on guide that gives you the real-world techniques you need to thoroughly test all parts of your Angular applications. You'll start with an introduction to Angular, TypeScript, testing fundamentals, and the testing frameworks and tools used in the book and begin writing your first tests. Next, you'll learn how to set-up your Angular environment, including TypeScript and the Angular dependencies and you'll create your first component. The second part of the book focuses on the most important concepts of Angular, such as testing components, directives, pipes, services, and routing. By the end of this book, you'll be able to confidently write unit and end-to-end tests for Angular applications in TypeScript.