Answer Posted / muthukumar
Load testing -Load testing is a test whose objective is to
determine the maximum sustainable load the system can
handle. 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.
Stress testing - Stress testing is subjecting a system to
an unreasonable load while denying it the resources (e.g.,
RAM, disc, mips, interrupts) 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). The
load (incoming transaction stream) in stress testing is
often deliberately distorted so as to force the system into
resource depletion.
Performance testing - Validates that both the online
response time and batch run times meet the defined
performance requirements.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
how to write defects in excel sheets when defects occured
Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven
negative test cases on banking domain ?
If automating - what is your process for determining what to automate and in what order
Hi, can any tell how a tester can be judged? i have to interview a tester, how should i judge whether he has a justified experience or not? how a person with 3 years of experience in manual testing can be judge?
What is a code walk through?
Difference between adhoc testing and error guessing?
What is Web architecture that are followed while doing online project and tell the samples of architecture?
What are the main key components in web applications?
Explain the sub-genres of performance testing?
What is benchmark testing? hi friends... can anyone suggest the correct answer plz...
What is test driver and test stub?
Explain the advantages of automation over manual testing?
can someone give me a brief idea about embedded testing.. i know both embedded system concepts and testing concepts.. i just want to know what we have to do for embedded testing
How do you get programmers to build testability support into their code?