I am currently writing integration tests for the RoR REST API using cucumber.
I would also like to emphasize testing the API and wondered how I can repeat using cucumber scripts for this.
I used JMeter and httperf before for stress tests, and, of course, I had to write or record tests with both tools that I wanted to include in stress testing. Since I already have scripts in Cucumber that I want to test, I try not to rewrite what would be basically the same scripts in the syntax of a stress testing tool.
Can someone recommend a way that I could use my tests for this? Ideally, I would like to simulate hundreds of concurrent users in the API.
rest ruby-on-rails cucumber stress-testing
vanillabean
source share