It seems like on every new project, there is a need to educate members of the project team on the difference between concurrent users and simultaneous users as it applies to load testing applications.
Concurrent = users on the system using resources.
Simultaneous = users executing the same code at the exact same time.
Concurrency has various levels. I generally it explain things this way to my clients at the initial project kickoff meeting to make sure everyone agrees with the definitions:
- Application Concurrency – how many vusers are on the system doing something?
- Business Process Concurrency – how many are doing a specific business process right now?
- Transaction concurrency – how many are executing the same code at the exact same time at a given moment?
The relevance of any of these depends on what your testing objective is. Most projects that are trying to create a load test (not a stress test), and will prefer application concurrency.
Do you define concurrency differently? Let me know your thoughts on this by putting a comment in the section below.
What's Next?
Did you enjoy this article? Help spread the word by sharing:
Join the Northway Navigator Club today and get access to restricted content including our best tips and tricks. Membership is free! You will also receive free email updates by registering.
Engage in the conversation and leave a comment:

About Scott Moore (153 articles)
With over 20 years of IT experience with various platforms and technologies, Scott has tested some of the largest applications and infrastructures in the world. He is a Certified Instructor and Certified Product Consultant in HP’s LoadRunner and Performance Center products. He currently holds HP certifications for ASE, ASC, and CI. A thought leader in the APM space, he speaks regularly at IT conferences and events
Categories: Performance Testing and Automation
Tags: application concurrency, business process concurrency, concurrent users, load testing, simultaneous users, transaction concurrency
Pingback: Alex Podelko » User Concurrency