What is concurrency testing?

Answers were Sorted based on User's Feedback



What is concurrency testing? ..

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

What is concurrency testing? ..

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

What is concurrency testing? ..

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

What is concurrency testing? ..

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

What is concurrency testing? ..

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

What is concurrency testing? ..

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

Post New Answer

More Manual Testing Interview Questions

Hi can any one plz answer me how to set up the test environment does it done by tester it self? its urgent thanks in advance roli

3 Answers   Cap Gemini,


What is QA Life Cycle?Can anyone describe it?

4 Answers  


Please give me example of low priority and hign severity defects?

3 Answers  


in gmail.com when you enter username & password and try to copy and paste the password on notepad.will it copy and paste? what type of testing this is known as?

4 Answers  


is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?

0 Answers  






5 positive and 5 negative test cases for yahoo login window

6 Answers   IBM,


Explain Boundary value analysis, Equivalence partitoning and Error guessing?

1 Answers   IBM,


what is difference between severity and priority

8 Answers   CSC, Wipro,


How Sevierty and Priority are related to each other?

8 Answers  


What are the concepts of networking and database ,a software tester should know?

1 Answers  


any one can explain error guessing..?it depends on validation or functional testing? give one example ..?

3 Answers  


At what stage of the life cycle does testing begin?

6 Answers  


Categories