On 19 Mar 2010, at 17:11, Jan Lehnardt wrote: > We want to test the CouchDB code, not the browser's HTTP handling.
Sure, but as one of CouchDB's primary interfaces is the browser, it seems to makes sense that we would want to test how this works. Testing from the browser allows us to test for and catch problems introduced by caching, etc - which is what our real world users would be running into. Unless I'm missing something?