Book Image

AngularJS Web application development Cookbook

By : Matthew Frisbie
Book Image

AngularJS Web application development Cookbook

By: Matthew Frisbie

Overview of this book

Packed with easy-to-follow recipes, this practical guide will show you how to unleash the full might of the AngularJS framework. Skip straight to practical solutions and quick, functional answers to your problems without hand-holding or slogging through the basics. Avoid antipatterns and pitfalls, and squeeze the maximum amount out of the most powerful parts of the framework, from creating promise-driven applications to building an extensible event bus. Throughout, take advantage of a clear problem-solving approach that offers code samples and explanations of components you should be using in your production applications.
Table of Contents (17 chapters)
AngularJS Web Application Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Testing in AngularJS

In this chapter, we will cover the following recipes:

  • Configuring and running your test environment in Yeoman and Grunt

  • Understanding Protractor

  • Incorporating E2E tests and Protractor in Grunt

  • Writing basic unit tests

  • Writing basic E2E tests

  • Setting up a simple mock backend server

  • Writing DAMP tests

  • Using the Page Object test pattern