In this tutorial we'll go into detail about end to end testing (E2E) with AngularJS and Protractor
With Sinon.js you can easily set up stubs and spies. This can be a real benefit when testing AngularJS apps because of all the different components.
In this article I will demonstrate how to unit test the client part of Meteor applications with Velocity, Jasmine and Sinon.js.
In modern webapps, you will be using more than just Java. You will write JavaScript code too. With Maven + Jasmine you can test your JavaScript code.
Wrote an app using AngularJS? Great! Now it's time to use the angular-mock framework and Jasmine to test your controllers, services, filters and directives.