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 |
why do u put the bug status as deffered?what do u mean by that exactly?
Hi, Glamrous Should I write the test case for dropdown field For Above: -ve test case Test Case Name Expected Esult Without selecting Category - Default category should get select Is this a valid test case?
When testing a module incase due to hardware failure or any system problems if the testing fails what wil be the test result???
7)In a Banking Application, for a module to pay a bill it must have 3 screens (Entry, verification and confirmation screens) in series. It was found that at the final confirmation page the data was getting saved in the database but was not getting displayed on the screen. Which is the best suited category and severity of this defect? A)High severity Content issue B)Low severity Content issue C)High severity Data Loss D)Medium severity data loss
If you found any high priority bug before release product then what will you do as tester if you only tester in team??
What is a model?
*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these
who will prepare tracebility matrix?
What is the difference between System Testing and Functionality Testing?
How will you decide that the software is ready for release? Please if any one knows this answer, submit the answer as early as possible.
What is precise of measurement?
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.