Tuesday 23 December 2014

Jasmine Framework

Jasmine Framework

Jasmine is a Unit Testing framework for JavaScript. We can write automated unit tests to test JavaScript based applications.

Like JBehave and Cucumber are BDD (Behavior-Driven Development) Frameworks to test Java Applications, Jasmine is a BDD Framework for JavaScript.

We can download Jasmine from it's official website
http://jasmine.github.io/

It's github location is "https://github.com/jasmine/jasmine"

As of today, latest Jasmine version is 2.1.

No comments:

Post a Comment