Are there any tools that can hit multiple URLs with a POST request at the same time? I need it for doing some validation on many restful servers at once instead of 1 at a time for time sake.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think that http://jmeter.apache.org/ is sufficiently sound to accomplish what you need:
– You can trigger multiple URLs at the same time
– You can concurrently load a single URL with multiple requests
– You can assess the response time
– You can make assertion testing to check everything is OK.