
angulartestingquickstart.com
Angular Unit TestingWhere can I see the actual tests? How does Karma differ from Protractor? How do I install Karma? How do does Karma know which files to include? How is a basic spec organized? How do I inject a module in a spec? How do I instantiate a controller in a spec? How do I inject a service in a spec? How do I test if an element is in the DOM? How do I test route changes? How do I set up a spec for a directive? How/Why do I mock a service call in a controller spec? How do I handle async operations in a spec? I hav...
http://www.angulartestingquickstart.com/