ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
what is the defference between stress and load testing?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is the defference between stress and load testing?
Answer
# 1
First of all, both testing are used for testing the 
performance of the application.More generally we can say 
that these are the techniques to perform PERFORMANCE 
TESTING.
In the LOAD testing we check the application for the volume 
of users at the peak level. For example say a application 
can afford 500 users at the peak time and this time remains 
for 5 hrs.then we'll test the application with 500 virtual 
users for 5 hrs. Keep it remember that the this is 
performed in steps i.e. firt we test the application for 
5,10,50,100,....,500 virtual users. And in this way we test 
the application for specified number of users.
In the STRESS Testing we test the application for beyond 
the specified limit(number of users). And check what the 
degradations take place before going to fail,how the system 
starts behaving????
LOAD and STRESS testing are almost two synonymous term.
The only difference is that in Load Testing we test for the 
SPECIFIED LIMIT and in Stress Testing for BEYOND THE LIMIT.
 
Is This Answer Correct ?    0 Yes 0 No
Amarjeet
 
  Re: what is the defference between stress and load testing?
Answer
# 2
I think some of users confused with some terminology used 
in industry ?

I) Load test and stress test? Both are same???
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

Suresh.Chaluvadi
 
Is This Answer Correct ?    0 Yes 0 No
Suresh.chaluvadi
 
 
 
  Re: what is the defference between stress and load testing?
Answer
# 3
Load testing is also called as "scalability testing".scale 
means number of cucurrent users.to test the application 
build with maximum customer expected load is called load 
testing
testing the application with more than customer expected 
load is called stress testing .In general many companies 
test with customer expected load+5% of the customer 
expected load
 
Is This Answer Correct ?    0 Yes 0 No
Satyaprasad
 
  Re: what is the defference between stress and load testing?
Answer
# 4
I agree with suresh.

Stress testing is subjecting a system to an unreasonable 
load while denying it the resources needed to process that 
load.

Load testing is subjecting a system to an usual load 
without running out of resources.
 
Is This Answer Correct ?    0 Yes 0 No
Ragini
 
  Re: what is the defference between stress and load testing?
Answer
# 5
To test how much load is applied on Server/CPU and response
time of server for different configuration of load is known
as Performance testing. For conducting performance testing,
we use three techniques:

1.LOAD TEST --> Estimating the performance of Server/CPU
under customer expected load is called Load Test.

2.STRESS TEST --> Estimating the performance of Server/CPU
under maximum load or peak load is called Stress Test.

3.VOLUME TEST --> Estimating the response time of Server/CPU
applying more than maximum load or peak load is called
volume test.
 
Is This Answer Correct ?    0 Yes 0 No
Friendswellwisher
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
Tell me the test cases for a search and replace functionality in a microsoft document (.doc)? Oracle2
i'm 2007 passed out.I'm very much interested in testing.i tried very hard to get a job.wat to do if i don't get a job in small company also?  4
Why do we write test cases? Synergy6
how to select tese cases for automation.give me an example plz.  2
How amny times u met ur P.M?(In P.M) MBT2
Write test cases to copy text file from C:\ drive to D:\ drive?  1
Is Alpha testing done by developers or testers?  5
what is the diff b/w black box and white box Synergy6
What is the difference between integration and system testing?  4
we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1) functional testing 2)security testing  9
what is the difference between compatibilty testing and configuration testing?  5
Whenever developer will recieved the defect from the tester,then he will go thru the defect whether it is acceptable or not?for that he will execute that application again,while executing if he did not found any such type of defect(what we are rise the defect above),then he will send that defect to the corresponding tester with status of 'reject',as a tester what we can do?(here writing the reproduce steps and attached screen shots has been done by tester while sending the defect to the developer, no need to send reproduced steps and screen shots again) CTS5
Is Beta Testing done by devolopers or testers?  5
what is boudarary value analysis? what is the use of it? Syntel3
On which module did u involve in your project..? HCL1
what is usecase? tell me the attribute of usecase? Expertus5
Could any one tell me about 'Deployment Testing'?Who will use this and when? Thanks In advance.......... Regards, MurthySharma.Manchella  1
What is the need for testing?What is the Outcome of Testing? What is the Purpose of Testing? When to start and Stop Testing? HCL2
If I have Date Calender on every screen Should I have to write test cases for date calender for every screen?  1
What is test matrics? Wipro4
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com