Thursday, May 28, 2020

How to open browser windows one by one with Jmeter selenium

I had this issue with me when I'm working on a project.
Because When I set thread count to 100 it will open 100 browsers and the CPU and other resource utilization going up.
So unfortunately server will get hang.

I have post the same issue in https://sqa.stackexchange.com/ but still I didn't get any proper solution.

So I start my own to find a solution.
Then I found

You have to download below plugin to J meter.
https://jmeter-plugins.org/wiki/ConcurrencyThreadGroup/


  • Add the bzm - Concurrency Thread Group.
  • Set the parameters as on the image.
  • So it will run for a couple of hours without eating your server resources.

While its running you can do your other work.