Develop JavaScript applications with Jasmine using the behaviordriven development (BDD) process
Apply custom matchers by enhancing your Jasmine tests to test specific features or functionality
Design Jasmine specs for jQuery and Ajax with HTML and JSON fixtures
Generate code coverage analysis for JavaScript code using Karma and Istanbul
Create Jasmine tests for CoffeeScript and AngularJS
Implement E2E (endtoend) Jasmine specs for JavaScript applications to simulate a realtime scenario
Who this book is for
If you are a competent JavaScript developer who wants to design and implement tests using Jasmine in order to minimize bugs in the production environment, then this book is ideal for you. Some familiarity with unit testing and code coverage concepts such as branch coverage along with basic knowledge of Node.js, AngularJS, and CoffeeScript is required.
Table of Contents
Getting Started with Jasmine Framework
Jasmine with TDD and BDD Process
Customize Matchers and Jasmine Functions
Designing Specs from Requirement
Jasmine Spies
Jasmine with AJAX, jQuery, and Fixtures
Code Coverage with Jasmine Tests
Jasmine with Other tools
Developing JavaScript Apps Using Jasmine - A Real Time Scenario