What is the "best" (or a good way) to unittest java web applications, that is not using an existing framework such as struts, stripes or spring? Is using tools like httpunit or htmlunit good? Which is the best if so?
Would really appreciate an answer since I will depend on it in this project, so finding out that my choice sucked half-way in wouldn't be fun :)
The test framework should hopefully be relatively simple and easy to use as well :)