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 is system testing? when we use system testing in our project?
How to perform Gui testing ?
please explain me with example of this question. diff between bug and diffect. don't give def please give answer with example.
How to test a Falsh player scrollings?
My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?
If its a bug whats the next process?to whom will we send it and in which way or form?
What types of software testing are available?
How do you do Data Base Testing?
where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME
6. what is the purpose of using automation tool qtp? and why we are using framework.
what is the common in all s.o.p (standaed operating procedure)?
what are entry criteria(other than SRS) and exit criteria( other than Traceability matrix) in Test plan preparation