Reputation: 159
I've recorded a test script of web application (extJS). The test logs into application (I used login and password saved in .txt file and CSV Data Set Config element), makes some calculations with external webservice and adds some elements to database. It works fine but... I'm not sure that all of my users do these things at the same time... Is there any way to configure it? E.g 100 users do the same scenario at the same time?
Upvotes: 0
Views: 80
Reputation: 168157
You can see the exact number of concurrent users via Active Threads Over Time Listener available via JMeter Plugins
If you're not happy with what you're seeing and expect more concurrent users you can consider 2 options:
Upvotes: 0