1

How can i load test a login page with 300 simultaneous users using jmeter (not one user after another. Login with 300 users at the same time)? What should be the thread group setting for this?

Alon
  • 376
  • 1
  • 4
Gokul
  • 105
  • 2
  • 6
  • 16

3 Answers3

3

JMeter is perfect for the job! You will need a CSV file with 300 names and passwords. Then you would need to use CSVDataSetConfig: http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config Here is a link to a short tutorial: http://blazemeter.com/blog/jmeter-tutorial-video-series Video #4 and #5 describe exactly what you need.

BTW, same functionality is supported by blazemeter, free of charge up to a level of 50 concurrent users.

Alon
  • 376
  • 1
  • 4
0

I would try to use CSV Data Set Config and Synchronizing Timer set to 300 users

olyv
  • 3,699
  • 5
  • 37
  • 67
-1

I would suggest looking at http://loadimpact.com you can simulate users visiting your website. It is not free though

Ronald Swets
  • 1,669
  • 10
  • 16