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 |
1. Which of the following techniques is NOT a black box technique? a) State transition testing b) LCSAJ c) Syntax testing d) Boundary value analysis
testing is a procedure or methodology,diff between methodoly and procedure?
what are quality tools and its types?describe each
What is XML Testing? Do we have any tools to test the XML? Please let me know.
How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?
What particiption a manual tester can do in documentation? Are there any tools available for only documentation?
what is system testing? explain with an example.
What are the web designing tools ?
iwant know IEEE formate ,how it is used and exactly where it is used? i have details it follows test plan, testcases...etc. i want real time explanation. pls any one give?
How the Error, Defect and Bug are related to each other ?.
how to do manual testing on an application which is in several languages
When we are recording in WinRunner and interact with the AUT, what does WinRunner do?