Archive for July 2009
28
Strange Loop Conference Schedule Posted
No comments · Posted by James Carr in Uncategorized
Yesterday the conference schedule for The Strange Loop (being held in St.Louis) opened up, and as my expectations had it the schedule indeed looks interesting! There over 40 technical sessions with sessions covering Spring, MongoDB, Git, Groovy, Torquebox, and much more. There are also two keynotes planned… one by Twitter API Lead Alex Payne and Bob Lee, the author of Guice.
Overall, the conference looks like it will be a lot of fun as well as dirt cheap at only $75 per person. Definitely worth checking out!
No tags
22
Upcoming: Javascript Testing Framework Comparisons
7 Comments · Posted by James Carr in Uncategorized
As a follow up to my recent escapades test driving javascript, and motivated in part by a comment on one of my posts, I’m putting together some comparisons between the many different testing frameworks out there for javascript. I plan on dividing it into two separate tables, comparing BDD based frameworks and unit testing based frameworks. It makes sense to separate the two to compare them on equal terms, such as whether or not a BDD framework supports nested describes or “behaves like a” functionality.
So far, these are the frameworks I plan to include in the comparison charts:
BDD Frameworks
- jsspec
- jspec
- inspec
- Screw.Unit
- SugarTest
- jShoulda
Unit Testing Frameworks
- jsUnit (berlios.de)
- jsUnit (jsUnit.net)
- QUnit
- YUITest
- JsUnitTest (http://github.com/drnic/jsunittest/tree/master)
- DOH Unit Testing
- Crosscheck
- jsUnity
- FireUnit
- JsTestDriver (The bundled unit testing framework, not the runner)
Please let me know if any of you out there know of a framework I should add. I’ll be posting a rough draft later this week.
No tags
As a side project, I’ve been writing a little jquery plugin to emulate a lot of the features of HTML5. What can I say? I love it and I cannot wait for browsers to implement it fully!
Anyhow, thought I’d share a nice tutorial I came across lately on Accessible drag and drop using WAI-ARIA. Enjoy!
No tags
3
Agile in a Flash
2 Comments · Posted by James Carr in Agile Software Development, Test Driven Development
Recently I discovered an interesting blog thanks to Tim Ottinger’s comment on my TDD Anti-Patterns post, Agile in a Flash. It looks like they’re putting together a comprehensive book plus flash cards about Agile, and from the few posts I’ve read it looks very interesting. Check it out!
No tags
