Prepare for your Next Interview
This is a discussion on difference between load testing and stress testing within the Testing Issues forums, part of the Software Testing category; plz let me help for what the difference between load testing and stress testing....
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
Re: difference between load testing and stress testing
Hi,
Load Testing is the process of subjecting the system to load while measuring something such as performance or reliability. The Load Testing is pretty vague and most often it is used to mean measuring the performance of a system while subjecting it to an increasing load (to the expected maximum the system should handle). In other words, the Load testing is done by loading the system with 'n' number of users, which is usually done by using automated tools by introducing virtual users and validating the load of the system. Here the testing is done by introducing load at the same time, applying load in regular intervals and applying load randomnly. Stress Testing is where a system is tested to a breaking point to ensure that it fails in a graceful way; also known as graceful degredation. The system is stressed by subjecting it to conditions outside of its specified limits whilst denying of the resources required to process that load. For example, the system could have memory or disk space removed. The purpose of the test is to find bugs in the way the system degrades, for example does it place an order without taking payment. Though stress testing is often associated with load testing, they are not directly related. Example: Operating a computer at -20 degrees, well outside of its specified operational temperature range, is a stress test with no bearing on load. In other words, Testing conducted to evaluate a system or component at or beyond the limits of its specified requirements. Regards, Ganesan |
| The Following 3 Users Say Thank You to sridharrganesan For This Useful Post: | ||
|
|||
|
Re: difference between load testing and stress testing
Stress Testing : To test how the application is responding while we enter maximum length of strings into the application.
Load Testing : To test the application respond(response time) by increasing the number of users. |
| The Following User Says Thank You to j_madhuri For This Useful Post: | ||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Jmeter for load testing and stress testing | dhamodharan2006 | LoadRunner | 1 | 10-06-2008 04:10 AM |
| plz let me know about Load size in load testing | prakashnemesis | Testing Issues | 4 | 08-19-2008 03:26 AM |
| QTP Script in Load Runner for Load Testing | rohits_1982 | QTP | 2 | 08-13-2008 04:51 AM |
| Difference between End to end testing and System testing | newhere | Testing Issues | 5 | 12-28-2007 02:30 AM |
| Difference b/w Localization Testing and Internationalization Testing | jainbrijesh | Testing Issues | 1 | 06-08-2007 11:51 AM |