How to load test my web application with rampup (step-by-step increasing) load?
Nice share. I’ve never had the chance to try rampup but I’ve heard good things about it. Over the years, I’ve tried a few similar tools, like Buddy, TeamCity, Jenkins, Code ship, and Buildbot. I prefer TeamCity over all the continuous Integration tools I’ve tried. First of all, because it’s free but also because it supports running multiple builds and tests under different platforms and environments. I mainly work in Java and Ruby and TeamCity combines perfectly with both, so this is another advantage. Maybe I’ll give rampup a try to see how it works for me, so thanks for the recommendation.