-
Notifications
You must be signed in to change notification settings - Fork 5
Jasmine FAQ (Unit Testing)
htsungwing edited this page Feb 2, 2016
·
16 revisions
### Background Overview
Jasmine is developed by Pivotal Labs and was once named JsUnit. Eventually it is transformed to the known Jasmine Framework. Jasmine is excellent for JavaScript testing and only require a JS enabled browser along with the Jasmine script. It uses testing suites where testing results are compared with expected values. A set of predefined matchers
can be called to test the system. The framework can be downloaded from GitHub along with a page of instruction that
guides a user to understanding how to run tests in your JavaScript supported browser.