[OT] Testing a web application
Andy Armstrong
andy at hexten.net
Thu Apr 8 17:03:18 BST 2010
On 8 Apr 2010, at 16:55, Andrew Black wrote:
> It is written in JSP/ Java using a homebrew framework (don't ask). It
> has some Javascript but I would regard it as dynamic AJAXy stuff.
Test the backend with junit, any HTTP APIs with httpunit and the UI with Selenium. Keep the UI as skinny as possible so the bulk of the test coverage is in the layers below it.
--
Andy Armstrong, Hexten
More information about the london.pm
mailing list