All,
We have a Java application built on HTTP Servlets , EJB and POJO's. Clients access the application using HTTPServlet and the application consumes webservices.
I need to stress test this application to test the load, thread safety and response times The webservice is consumed using HTTPURLConnection API and JAXB api.
As JAXB marshalling/unmarshalling has thread safety issues need to load test and thread safety
I have seen applications load testing by specifying the number of transactions and no of threads . I want to do the same to my application as well
Any piece of advice is truly appreciated