What is Concurrency Testing?
Answer / manjinder
Concurrency testing is also known as multi-user testing, performed to identify the defects in an application when multiple users login to the application.
It helps in identifying and measuring the problems in system parameters such as response time, throughput, locks/dead locks or any other issues associated with concurrency.
Example:
Load runner, one of the widely used commercial performance testing tool, is used for this type of testing. VuGen (Virtual user generator) is used to add a number of concurrent users and the performance of the system is noted.
| Is This Answer Correct ? | 7 Yes | 1 No |
can anyone give me example of the following:- low severity & high priority medium severity & medium priority high severity & low priority
How to prepare boundary value test cases for 3 input values eg: to get the triangle type i am giving 3 sides a, b, c values should be 1<=a<=200,1<=b<=200,1<=c<=200....
If we outsource the testing work, then who prepares the Test Plans? The client or the testing people
what kind of document are follow to write test case ??can u tell me briefly
Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?
what is meant by manual testing?
what is Test deliverable and Release Note?
What is penetration matrix and how it is used in software testing?
scenario is like the following, a software to be installed in the train the work of the software is when ever any object comes opposite to it the train has to be stopped would u plese any bone tell us the test case for this
Formate of weekly & daily status report means contents in that report
What happens if we access a website that has cookies once the browser cookies are disabled?Does the website will be accessed?Though accessed, does the session will be tracked?
what is oss testing?