Testing AngularJS Applications — a practical guide to AngularJS testing with clear examples you can reuse in real projects.
AngularJS Tutorial Series (93/99). Prefer one article? Read the complete AngularJS tutorial.
Short description
Mock $httpBackend to assert API interactions.
Testing tip
angular-mocks
module() / inject()
$httpBackend.expectGET
Component/controller specs
Karma runner