简体   繁体   中英

Stability testing of REST API

I have a registration REST API which i want to test as -

Register 15000 users and pound the server with repeated incident reports (varying traffic with max being 100 per minute, min being 1 per 24 hrs and avg being one per minute ) over a period of 48 hours.

Which tool can I use to test stability of my REST API?

For pounding the server with incidents over a period of time, you can use http://runscope.com/ . It is helpful for testing APIs. You can just trigger events in runscope over a period time or schedule it to hit the server as required.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM