April 2015
Intermediate to advanced
276 pages
5h 38m
English
To write our first Jasmine test, we will use a program that will calculate the factorial of a given number.
"As a user, I want to validate/evaluate factorial functionality so that I can get the exact factorial value for a given number."
Let's consider some scenarios in the current context:
To start writing Jasmine tests, you need to download Jasmine from the official website. Download the Jasmine Standalone release (that is, jasmine-standalone-2.x.x.zip) from the following website:
To start a Jasmine test, ...
Read now
Unlock full access