December 2015
Intermediate to advanced
240 pages
4h 57m
English
The previous chapter introduced a number of JavaScript tools and frameworks, Jasmine was one of them. This chapter will showcase more about Jasmine. Jasmine is known as a behavior-driven development framework, popularly used for unit testing of JavaScript code, which makes it essential to read and understand the differences between test-driven and behavior-driven development.
We are going to learn the following:
A very important thing to learn about TDD is that it's not about just testing, but it's more than that. It defines a process and encourages to improve the overall design of a system. We have seen ...
Read now
Unlock full access