Object Partners

I gave another presentation today on JavaScript Unit testing tools. This time I’ve advocated the use of HtmlUnit and Screw.Unit in combination. Screw.Unit is a JavaScript testing framework that’s great for unit tests, and HtmlUnit has arguably the best support for JavaScript libraries around. The two combined make it easy to incorporate JavaScript unit tests into an existing continuous integration environment.

Here’s the link.

Share this Post

Related Blog Posts

JavaScript

Easy JavaScript Unit Test Integration

June 17th, 2009

At my current client I’ve been building a rather complex rich client app using ExtJs. The team has written a lot of JavaScript code, and has been writing a lot of JavaScript unit tests as well. We’ve gone through several unit testing tools along the…

Object Partners
JavaScript

Intro to Building Desktop-Style UIs: JavaScript on Grails

March 25th, 2009

JavaScript is a nice fit on the Grails platform. This demo/presentation provides a side by side comparison of Ext JS and GrailsUI approaches to building feature rich web applications on Grails. Feel free to look at the presentation slides, as well as…

Torey Lomenda
JavaScript

The Yucky Parts of Web Development: Examples

February 27th, 2009

My OPI Tech Talk, on the Yucky Parts of Web Development, is available as a Powerpoint presentation . In the talk, I spoke on how a few techniques can give you a jumpstart for the Web side of your applications. The focus was on using these techniques…

Eric Foster-Johnson

About the author