What's the difference between Stress testing & Load testing
Answers were Sorted based on User's Feedback
Answer / minal bhungani
Load Testing is performed to check application response
under maximum load. This type of testing is performed to
check maximum capacity of the application with maximum
number of users.
while Stress Testing is performed to check the application
response beyound the load. Main goal of this testing is to
identify the point where system will crashed. This type of
testing is performed as Negative Testing
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / anjali
Load Testing: Verifying whether the application supports
customer expected load at customer expected configuration
system.
Stress Testing:Finding max limit of load at customer
expected config system.
In detail stress testing is done to evaluate the system
beyond the limits of specified requirements to ensure that
the system doesnt break.Stress testing is done to find out
if the products behaviour degrades under extreme
conditions.For this the product is overloaded to find out
its behaviour.It helps us to understand how the system
could behave under extreme conditions like insufficient
memory,inadequate resources etc.This helps to know the
situations under which the tests fail so that max limits in
terms of users,no. of transactions etc can be know.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ch.s.m.prasad
Load testing: The execution of our app. build is going to
support customer expected configuration and customer
expected load to estimate the speed of processing of our
app. build.
Stress testing : The execution of our app. build is going
to support customer expected configuration and various load
interfaces from low to peek to estimate the speed of
processing of our app. build.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vachepallynaresh
load testing is to check the project is supporting to the
decided max users or not.
where as stress testing is checking the project how much
max load the project can support.
| Is This Answer Correct ? | 0 Yes | 3 No |
keep pen in u r hand and write negative test cases.
Different types of design documents which can be used to write effective test cases(if FRS and SRS is not enough to write the test cases.)
What is smoke testing and sanity testing?
what is security testing? can u please set an example for it?
Which one of the project team members bears the responsibility of deferring new functionality to a later release?
hi, this is geetha, i have one doubt regarding the vulnerability testing. For sql injection testing is there any need for the tools to be installed. If it is what is tool and what is the method to test in sql injection testing. Plz Guide me
can anyone tell me the scenarios for online banking transaction ?
what is functionality testing?? what is system testing?? does system testing involves functionality testiting??
What are the document required to prepare during testing?
Write the 10 high test cases for making video call/face time
Tell me about the best bug you ever found.
what is the Diff between UAT and QA?