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.