# IT:AD:Jasmine #
* [[../|(UP)]]
{{indexmenu>.#2|nsort tsort}}
* See also:
* [[IT/AD/Front-End Testing/Tools/]]
Jasmine is a behavior-driven development framework for testing JavaScript code.
Was originally called [[IT/AD/JsUnit/]].
* Advantages:
* Does not depend on any other JavaScript frameworks.
* Does not require a DOM.
* Has a clean, syntax to easily write tests.
* Considerations:
* Disadvantages:
## Resources ##
* http://jasmine.github.io/