✅ spike/load testing with multiple user login
Hello im having a trouble to find a testing for load/spike, with multiple user, my web app is using identity which will get the user role and username in context.users
The problem is i cant find the best tools for this. I tried k6 but i dont know how make lo multi user ,i also tried puppeeter.
Thanks.
5 Replies
you can deploy package with mock authentication if you are not concerned about performance of authentication as well
We have used JMeter to send multiple request in parallel to test the the APIs and watched the server metrics if there are any memory leak or similar issues
Used specific server to load test and disabled/mocked authentication on that version of API
Is Jmeter free ?
yep its open source
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.Ohh will try this. Thank you