February 2016
Beginner to intermediate
308 pages
5h 46m
English
In this chapter, we'll cover the following recipes:
Testing is an important part of the Ember framework. Ember allows three different classifications of tests—acceptance, unit, and integration.
Acceptance tests are used to test the application flow and interaction. It mimics the same actions that a user might have. For example, this could include filling out forms or navigating to different parts of an application.
Unit tests are used to test smaller chunks of functionality. This might ...
Read now
Unlock full access