in reply to Re: Web testing without the web server.
in thread Web testing without the web server.

Those are some really good testing tools (I say, not having used them much), but this is a lot like what I'm trying to avoid. Unless I'm missing something, these go through an entire request process with a given URL and then scrape the HTML that results. While it's important to get the HTML (view) right, I want to keep that separate from checking the functionality of the underlying controller (which is what interests me a lot more).

  • Comment on Re^2: Web testing without the web server.