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 🙂
I would prefer using selenium rather than httpunit or htmlunit because you can test it as if you are testing from a browser. You can also integrate it with Java if you want.