What's the difference between Load and Stress testing ?
Answer Posted / sailaja
One of the most common, but unfortunate misuse of
terminology is treating "load testing" and "stress testing"
as synonymous. The consequence of this ignorant semantic
abuse is usually that the system is neither properly "load
tested" nor subjected to a meaningful stress test.
1. Stress testing is subjecting a system to an unreasonable
load while denying it the resources (e.g., RAM, disc, mips,
interrupts, etc.) needed to process that load. The idea is
to stress a system to the breaking point in order to find
bugs that will make that break potentially harmful. The
system is not expected to process the overload without
adequate resources, but to behave (e.g., fail) in a decent
manner (e.g., not corrupting or losing data). Bugs and
failure modes discovered under stress testing may or may
not be repaired depending on the application, the failure
mode, consequences, etc. The load (incoming transaction
stream) in stress testing is often deliberately distorted
so as to force the system into resource depletion.
2. Load testing is subjecting a system to a statistically
representative (usually) load. The two main reasons for
using such loads is in support of software reliability
testing and in performance testing. The term "load testing"
by itself is too vague and imprecise to warrant use. For
example, do you mean representative
load," "overload," "high load," etc. In performance
testing, load is varied from a minimum (zero) to the
maximum level the system can sustain without running out of
resources or having, transactions suffer (application-
specific) excessive delay.
3. A third use of the term is as a test whose objective is
to determine the maximum sustainable load the system can
handle. In this usage, "load testing" is merely testing at
the highest transaction arrival rate in performance testing
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what is configuration management tool - send to thanu_santo@rediffmail.com. what is testing senarios
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
Can you explain exploratory testing?
Which are the standards for software test plans?
whta is compile module?
What is bidirectional traceability ??? and how it is implemented
Genarally what we have to tell. If anybody asks in the interview. what are challenges u faced in the Project and what are the Risks u faced in the Project, Anybody can suggest it ......Thanks in Advance....
Upps..., sorry my email id is this : preet405p@yahoo.com Thanks in advanced.
Explain what is exhaustive testing?
Write the test cases for godaddy home page
What type of metrics would you use?
Changes and enhancements to system?
How soon the bug should get fixed?
What are the various techniques in white box testing?
Explain unit testing, integration tests, system testing and acceptance testing?