We have made a RESTFUL Web services that is doing GET calls to the database currently.
I am looking for some tools that I can use to test our RESTFUL Web Services by simulating the load that we are going to have in our Production.
I just need to test the RESTFUL web services end to end response time. If we are making around 10000 calls or running it for around more two three minutes.
So what kind of testing we should do for this? And I looked into the JMeter as well but it was very confusing for me to do the testing for GET Calls of RESTFUL Web Services.
What tools we in general should use to test the RESTFUL Web Services
if your web service is java based, JMeter would be a good option.