I have a requirement for the performance of webpage, example : I have a logging page need to run 10 concurrent execution with different users to test the performance of that page.

I have gone through ruby-jmeter gem but It opened only one browser, but in jmeter log it is showing more than 10 sessions.

Can anyone help on this one

Thank you

1

There are 1 answers

4
titusfortner On

To run multiple sessions simultaneously you can use the parallel tests gem: https://github.com/grosser/parallel_tests/

Standard disclaimer: there are a lot of variables in evaluating performance and it is extremely difficult to control those variables sufficiently to get useful information on performance using Selenium or Watir.