Wednesday, September 20th, 2006
Adventures in JavaScript testing slides
<>p>Thomas Fuchs has posted his slides on unit testing JavaScript from his talk at RailsConf Europe (large PDF).The presentation covers:
- The history of JavaScript testing :)
- His unit test package
- Benchmarking
- Tying into rake
- Behaviour Driven Design based testing
- Debugging utilities
Related Content:












I was really interested in this so, you have to interpret the slides a little, but to start playing with this your self create a Ruby on Rails app and then run:
script/plugin install http://dev.rubyonrails.org/svn/rails/plugins/javascript_test
To get the plugin scaffold.
You can then run:
script/generate/javascript_test foo
rake test:javascripts
to see it in action.
More info: http://dev.rubyonrails.org/svn/rails/plugins/javascript_test/README
Adventures in JavaScript testing
[link][more]
Could you tell me what font is that?
[...] Ajaxian » Adventures in JavaScript testing slides (tags: javascript testing ajax) [...]