Automating Javascript Unit Tests / Specs - Part 1
Posted by: Matt in Agile / Lean Software Development, tags: automation, javascript, TDDI’m building an Adobe Air application at the moment, which basically means loads of javascript development.
We’re building it pure test-first, and have kicked off using jsUnit to get us started with something simple, flipping to the browser when we make a change and hitting the ‘run’ button in the jsTest testrunner HTML page.
I’m starting to find this quite unsatisfactory, however.