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.

user243655
  • 7,749
  • 8
  • 30
  • 33

2 Answers2

1

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

sudmong
  • 2,036
  • 13
  • 12
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.

Rodolphe
  • 848
  • 4
  • 15
  • how about using Gatling, that seems to be less verbose than XML. Can anyone share their experience using Gatling? – user243655 May 01 '13 at 06:45