I have a game website to do the load testing, but I need to do load testing of scoreboard, which is an Ajax call and changes dynamically.
I have tried to do this by using Groovy language and jsr223 sampler, but it's not working. Then I tried using the web driver sampler. I am unable to do it in both cases. By using the web driver, a new browser gets launched every time and it's unable to do load testing by simulating 100 or more users.
Is there any way to do this?