Skip to main content

All Questions

7 votes
3 answers
28k views

How to test Java web applications

So far I haven't been testing or learning how to test my java web applications. If you do, what are the tools you need, and is it really necessary to test a web application if doesn't need scaling or ...
OnlineAlien's user avatar
2 votes
3 answers
558 views

Testing web applications written in java

How do you test the web applications (both server side and client side code)? The testing method has to work irrespective of the framework used (struts, spring web mvc) etc. I am using Java for the ...
Vinoth Kumar C M's user avatar