Introduction to AngularJS Unit Testing

preview_player
Показать описание
The November 2013 DFW Area AngularJS Meetup Presentation. This month we take a Test Driven Development approach to show how to write unit tests for your AngularJS components.

Jim Lavin covers creating a project from scratch using Yeoman and then adds functionality to a controller, service and directive using a Test Driven Development approach by writing unit tests which describe the functionality and then adding the actual code to make the tests pass.

Рекомендации по теме
Комментарии
Автор

Favorited this video! So awesome and full of juicy details :)

#angularjs  

adityamenon
Автор

You git history starts nearly from the end. Where to get a source of the very beginning to code with you?

EldarKhaitov
Автор

Great video, in my case it's been very useful to see how to create a service mock to test a controller and understand how to work with the $httpBackend. Thank you!

Shockper