|
| Total Answers and Comments: 3 |
Last Update: September 29, 2008 Asked by: anurag |
|
| | |
|
Submitted by: Rajashree Dey Suppose an application is used by 50 users, performing 20 transactions per day, supported by 5 servers.
1) increase the number of users to 500.. can the application handle the additional load ?? - this is an example of Load Testing.
2) reduce the number of servers from 5 to 3.. can the remaining servers handle the same volume of transactions ?? - this is an example of Stress Testing. Stress testing is usually performed to see if the application breaks or not.
3) for the original number of users and servers, increase the number of transations per day from 20 to 200.. how does the application behave w.r.t say reponse time ?? - this is an example of Performance Testing.
Thank You. Please correct if wrong.
Above answer was rated as good by the following members: bhanugangavarapu | Go To Top
|