Performance/Load Testing - Where to start

Iโ€™ve been asked to establish performance/load testing at my company, and Iโ€™m at a loss where to start. The basic requirements sent down by upper leadership is that our site and web app should be able to handle 5,000 โ€“ 15,000 concurrent users. After a bit of online browsing, I see many products available. Iโ€™m looking for something that has a low entry barrier but can also grow with my team and company. LoadNinja by SmartBear seemed like one we could get going right out of the box.

Thoughts and suggestions appreciated!

3 Likes

Hi Aaron,

Did you check maybe Gatling: https://gatling.io/
It has a free and commercial version also has a recorder version and code framework version (my recommendation).
Itโ€™s written in scala and it has CI support.

You can also find a great course on udemy for Gatling (step by step) : Gatling Fundamentals for Stress, Load & Performance Testing | Udemy

4 Likes

Taking a look. Thanks for the suggestion!

1 Like

Hi @aaron_be, have you seen this thread Performance: which testing tool and why?

There are blog posts linked there near the end from people in the community talking through the pros and cons of various tools :slight_smile:

1 Like

Gatling might be a higher barrier due to scale coding.
Low barrier: JMeter: https://jmeter.apache.org/

Huge plus: Itโ€™s an open source tool.
If you want a tutorial/guide/walkthrough: JMeter Beginner Tutorial 1 - How to install Jmeter - YouTube

Hereโ€™s a YT series, he explains it very well and very easy to follow.
Hope it helps @aaron_be

Kind regards
Kristof

4 Likes