What is diff between Load testing Stress testing?
Answers were Sorted based on User's Feedback
Answer / jayesh katariya
Testing application to check how it will behave with
increasing number of users/ For perticular scenario is
called LOAD TESTING
but when you start testing the system when system is so
much loaded such that it fails to execute...
For example- you test online banking Application that can
handle 10000 transactions/Sessions for perticular function
when you start testing with 100, 1000, 4000 etc. to analyze
time taken, performance, system issues is called LOAD TEST
when you keep doing this you may find that system becomes
slow with increasing load and when reaches 10000+ it fails
to function further, but it should take care of all the
failed transactions/ other functionalities/ related pages
etc. in best way can be considered as a STRESS TEST (this
is just a simple example...)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / priya
Testing an application under heavy load,such as testing of a
website under a range of loads to determine at what point
the system's time degrades or fails.
Beyond the expected or increase the load is called stress
testing.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rudraneel
Simply
if u r giving inputs beyond limit to test that will be
recognised as strss testing
and if we r giving inputs within limit to test will be
recognised as load testing.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / satya
max no of users testing the application is called load
testing.max no of users testing the app at atime is called
stress testing
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / pravin
To create heavy user load to the server and estimate the
server performance is call load tesing. where as take one
by one user load to the server and estimate the server
performance is called stress testing.
time consume by load testing is very low.
time consume by stress testing is very high because we take
the load one by one.
if anyting wrong then plz inform me.
| Is This Answer Correct ? | 0 Yes | 4 No |
What steps are needed to develop and run software tests?
What are the possible scenarios for LMS?
What is the use of RTM?
What is the mean by Test Management,Test Design,Test Execution,Test Plan,Test Specification?
in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application
What is the Sanity Testing??
How can a tester ensure that his\her test cases covers all the functionalities of a particular application?
write four critical test cases for logout operation?
why you want 2 join Testing ?
What is Usecase
Give me some examples of how you have participated in Integration Testing.
How will you identify the client side error and server side error in web application?