1

We are developing servers that are based on HTTP RESTful APIs, and would like to loadtest the APIs. Could anyone point us to a loadtest that that can do the following:

  • Can compose load test scripts by typing and not by clicking any GUI buttons (like jmeter)
  • Can compose scenario testing, e.g., say I have two APIs A1 and A2, I will need to call A1 first, then parse the JSON/XML response result, and then use that result while calling A2
  • I am eager to know both commercial and open source options that can attain the above goals

Thanks.

2 Answers 2

1

You may use soap UI(loadUI).Soap UI comes with inbuilt support of loadUI to automate the testing of webservices.

Sign up to request clarification or add additional context in comments.

Comments

0

You can use tsung you'll have the choice to write your scenario in xml files or record them with the built-in recorder.

1 Comment

how about using Gatling, that seems to be less verbose than XML. Can anyone share their experience using Gatling?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.