Define load, performance and stress testing

Answers were Sorted based on User's Feedback



Define load, performance and stress testing..

Answer / 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

Define load, performance and stress testing..

Answer / ditpti surve

load testing:- testing an application under heavy loads,
such as testing of a web site under a range of loads to
determine at what point the system's response time degrades
or fails.

performance testing:- testing to ensure that the application
responds in the time limit set by the user. if this is
needed, the client must supply the benchmarks to measure by
& we must have a hardware environment that mirrors production.

stress testing:- subject the system to extreme pressures in
a short time-span is stress testing.

Is This Answer Correct ?    4 Yes 0 No

Define load, performance and stress testing..

Answer / balu

Load Testing : to check the performence of an application
based on increasing no.of vusers.

Stress Testing : to check the performence of an application
based on increasing no.of resources.

Performence Testing : To check whether our application is
giving response with in the expected time or not.

if any wrong make me to know.

Is This Answer Correct ?    5 Yes 3 No

Define load, performance and stress testing..

Answer / madhuri

The execution of a software under customer expected
configured environment and customer expected load to
estimate speed of processing is called as load testing.

The execution of a software under customer expected
configured environment and customer expected load
continously to estimate longuity or durability called as
endurance testing.

The execution of a software under customer expected
configured environment and more customer load to
estimate peak load(maximum load) called as stress testing.

Performance testing = load testing+endurance testing+stress
testing

Is This Answer Correct ?    2 Yes 0 No

Define load, performance and stress testing..

Answer / d.rajamannar

Performance testing

Combination of load and stress is known as performance testing.
Load testing

By increasing the number of user the system performance
should not affect.
Stress Testing

Checking UN estimated condition.By increasing the number of
user what time the system point degrades.

Is This Answer Correct ?    2 Yes 0 No

Define load, performance and stress testing..

Answer / ramachandra naidu

Load Testing:
-------------
--> It is the process of creating demand on a system or
device and measuring its response.
--> It generally refers to the practice of modelling the
expected usage of a software program by simulating multiple
users accessing the program's services concurrently.
Performance testing:
-------------------
--> Validates that both the online response time and batch
run times meet the defined Performance requirements.
Stress Testing:
---------------
--> Testing conducted to evaluate a system or component at
or beyond the limits of its specified requirements to
determine the load under which it fails and how.
--> Often this is performance testing using a very high
level of simulated load.

Is This Answer Correct ?    1 Yes 0 No

Define load, performance and stress testing..

Answer / anitha

Performance testing is testing that is performed to
determine how fast some aspect of a system performs under a
particular workload.

Is This Answer Correct ?    2 Yes 1 No

Define load, performance and stress testing..

Answer / antony samy

Load testing is testing an application under heavy loads it
measurements stability and responsiveness through put the
application.

Stress testing is How heavy a load the application.


Performance testing check whether our application is
giving response with in the expected time or not.

Is This Answer Correct ?    1 Yes 1 No

Define load, performance and stress testing..

Answer / anurajjagadale

Perforamnce Testing- test how application is performing under perticular situation. eg. how much time it will take to laod a webpage of perticular website
Load Testing:- Used to test yhe behaviour of application under specific laod.eg. application used by 100 user at a time.
Stress Testing:- Used to test the breaking point of application under extreme load and how that application recovers back from that situation. eg. application is used b 10k user at time.

Is This Answer Correct ?    0 Yes 0 No

Define load, performance and stress testing..

Answer / mfsi_priyankaa

LOAD TESTING- It determines the maximum sustainable load the
system can handle.

PERFORMANCE TESTING-Performance testing can refer to the
assessment of the performance of a human examinee. For
example, a behind-the-wheel driving test is a performance
test of whether a person is able to perform the functions of
a competent driver of an automobile.

STRESS TESTING-It determines the breaking point of the
system i.e the point where the system crashes.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

about test cases

5 Answers   TCS,


What is the Configuration Management?

4 Answers   IBM,


What are the things you prefer and prepare before starting testing?

5 Answers  


Tell me about the best bug you ever found.

1 Answers   Kumaran Systems,


If i say that my company XYZ is a "out sourced" company then what does it mean? Plz Clear me with a practical scenario. It's Urgent

1 Answers  






On what type of browsers you have tested your web page?

3 Answers   AZTEC,


What is test bed? and what is test harness? what is difference between these two?

1 Answers  


which testing process you followed in your company ???

5 Answers   Accenture, HCL, SAPO,


why we give a big deal importantnce to a GUI testing

2 Answers  


Explain Bug Life cycle What is integration testing and regression testing What is verification and validation How does winrunner recognizes the project which is in custom build What is expert view and tree view How does QTP identifies the project What is the difference between Winrunner and QTP What is Test Director and which version of test director your are using in your project What is a test plans what are the contents present in a test plan What is the risk of testing a project

4 Answers   Mphasis,


Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif

2 Answers  


how will you test transfer funds module...explain in detail

0 Answers   Tarang,


Categories