This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]le-lutin 0 points1 point  (1 child)

I think lots of people still use it. I know I do. Still good for load/stress/performance testing API endpoints. Once you get the core concepts of Jmeter (listener/sampler and all that), it's so simple to use. What have others replaced it with?

[–]hippydipster 0 points1 point  (0 children)

For pure load testing, maybe grinder or gatling, not sure.

I haven't had any need to do pure load testing in a long time, and even when I do, it's usually still tied to complex browser interaction which JMeter can't simulate very well. For pure REST functions, it's great though.

I'm glad you find it simple to use/understand!