We discussed about testing REST API here about an year ago, when people recommended SoapUI/LoadUI, JMeter and frisbyjs.
I am wondering if there are any new tools available now that you would recommend for REST API testing, or any significant enhancements in SoapUI/LoadUI and JMeter that makes them your favorite over others.
Thanks,
Manoj
--
You received this message because you are subscribed to the Google Groups "API Craft" group.
To unsubscribe from this group and stop receiving emails from it, send an email to api-craft+...@googlegroups.com.
Visit this group at http://groups.google.com/group/api-craft.
For more options, visit https://groups.google.com/groups/opt_out.
I know your question was specifically about tools. However, I'd like to understand your perspective on when it's appropriate to load test your apis and perhaps with those requirements in mind the tooling choice would be easier.One opportunity for improvement I've been promoting is to integrate concise, use case based performance / load tests as part of the continuous integration process. The ideal state is that when a commit is pushed to a "origin" or "master" branch it would be automatically deployed, then kick off load tests and fail (or assertively warn) me if a particular version has been demonstrating a decline in performance.So, IMHO go with the tool with the best API to plug into your existing continuous integration processes and don't wait to perf tests a few weeks before launch or peak season (like I have before).My current tool of choice:More pricey than some of the other solutions mentioned. However, when I've compared to other options (LoadUI/JMeter/ApacheBench) it produced the most realistic load/perf results for what we're expecting from the real world public facing API traffic.