Testing web applications written in java
- by Vinoth Kumar
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 server side code, Javascript and HTML for the client side code.
This is the sample test case of what I am talking about:
1. When you click on a…