- Shows how to deploy and test your servlets with Jetty - everything inside a JUnit test
- Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do.
- EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism.


user