This post originated from an RSS feed registered with Java Buzz
by Michael Cote.
Original Post: PeopleOverProcess.com: Crosscheck
Feed Title: Cote's Weblog: Coding, Austin, etc.
Feed URL: https://cote.io/feed/
Feed Description: Using Java to get to the ideal state.
Crosscheck is a browserless JavaScript unit testing framework, open sourced under the LGPL license. What this means is that you can test JavaScript without a browser. What's even more valuable is that Crosscheck "hosts" simulates browser-centric JavaScript (things like document and alert) and they've painstakingly created IE and FireFox simulators, including bugs and proprietary APIs, in those hosts.
Thus, you can test your JavaScript and AJAX without using a browser. Meaning you could setup up continuos builds with JavaScript unit tests and, even more handy, speed up the process of writing test-first (or even test-last) JavaScript coding.
The Front Side also provides Freestyle, a framework for AJAX enabled web applications that covers not only the front-end, but also the server side.