What is concurrency testing?
Answers were Sorted based on User's Feedback
Answer / saipranav
Checking if there are any problems when multiple uses
access the code or when a single user opens multiple
browers?
Not as load testing ..just checking more than a single
user
Is This Answer Correct ? | 16 Yes | 2 No |
Answer / chandan
Multi-user testing geared towards determining the effects
of accessing the same application code, module or database
records. Identifies and measures the level of locking,
deadlocking and use of single-threaded code and locking
semaphores.
Is This Answer Correct ? | 18 Yes | 6 No |
Answer / rana azhar
Concurrency Testing (also commonly known as Multi User
Testing) is used to know the effects of accessing the
Application, Code Module or Database by different users at
the same time.
It helps in identifying and measuring the problems in
Response time, levels of locking and deadlocking in the
application.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / nageswararao
concurrent testing is the type of testing where you have multiple users performing the exact same requests at the same time.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / malay
Multi-user testing geared towards determining the effects of
accessing the same application code module or database
records. Identifies and measures the level of locking
deadlocking and use of single-threaded code and locking
semaphores.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / baba
It means Testing the software with anticipated load levels
for the purpose of identifying problems in resourse
contention, Response times etc.
Is This Answer Correct ? | 5 Yes | 16 No |
What are the document required to prepare during testing?
why need testing ????
What is Usability and Compatibility testing?
What disabilities are affect on software usability?
What is the difference between Business Requirement and functional Requirement
What is regression testing? When to apply it?
How do you test calculator?
please answer, What is the Gap Analysis?
can anybody pls tell me that what type of interaction takes place or what type of discussions or questions take place between a tester and client regarding the project.
You're in the execution phase and after executing many test cases..you're not able to find any defect..not even a single defect. What will you do?
First Name & Last Name fields are there in the application form, In Application First name & last name fields accepts the numerical value 453455 & special characters $%#$% . My question is that --> I think No need to write test cases for Numerical value & special char. for First & Last name fields BECAUSE No one will enter such a input data at client side b'coz it's not practical. Let's me know the answer.
For what purpose are virtual users created?