JSpec - A Javascript Unit Testing Framework
by Lena Herrmann on Mar 22, 2010
- 3,465 views
JSpec is a great framework for writing unit tests for your Javascript code. I show you why I chose it and how you install and use it.
JSpec is a great framework for writing unit tests for your Javascript code. I show you why I chose it and how you install and use it.
Accessibility
Categories
Tags
More...Upload Details
Uploaded via SlideShare as Apple Keynote
Usage Rights
© All Rights Reserved
Statistics
- Favorites
- 4
- Downloads
- 43
- Comments
- 3
- Embed Views
- Views on SlideShare
- 3,412
- Total Views
- 3,465
1–3 of 3 previous next Post a comment
Working on my thesis there:
Have a project in mind where Javascript is the main language
Application is served by CouchDB - no other server, other language involved
in active development
Cascading before/after hooks -- Nested describe blocks (DRY, organization)
Textmate bundle, Syntax hightlighting
1st, when project should come without prerequisites
- when you DON'T want to test the DOM
Rails command copies a jspec template folder into your project
opens browsers in the background, report back to console
- Possible to include Mocking frameworks
- or as its JS, just override the methods