April 2015
Intermediate to advanced
276 pages
5h 38m
English
In this recipe, you will learn how to write Jasmine specs for JSON and HTML fixtures with the help of the jasmine-jquery plugin. It provides two extensions for the Jasmine JavaScript Testing Framework:
The scope of this recipe is to design specs using HTML and JSON fixtures. For information on custom jQuery matchers, refer to the Writing Jasmine specs using custom jQuery matchers recipe.
To understand this recipe, let's assume that you are developing a JavaScript application and you have to develop test code for various scenarios using HTML and JSON fixtures.
"As a JavaScript developer, I want to ...
Read now
Unlock full access