What is endurance testing?
Answers were Sorted based on User's Feedback
Answer / guest
Endurance Testing: Checks for memory leaks or other
problems that may occur with prolonged execution.
| Is This Answer Correct ? | 96 Yes | 25 No |
Answer / ksuresh_999
Endurance Testing: Checks for memory leaks or other
problems that may occur with prolonged execution
| Is This Answer Correct ? | 69 Yes | 17 No |
Answer / sailaja
it is also called soak testing. it is testing the
application under heavy volumes of data for a prolonged
period of time
| Is This Answer Correct ? | 67 Yes | 19 No |
Answer / pios and hari
Is conducted to identifieed the systems behavoure for longer
execution times. memory leaks and buffer over flows r
usaually identified through the testing.
Suneel Reddy's answer is absolutely wrong
| Is This Answer Correct ? | 49 Yes | 15 No |
Answer / ashish saxena
There are 4 types of performance testing:
1. Load: Determines response times of critical business
processes and transactions to determine whether they are
within documented expectations
2. Volume: Determines throughput associated with a specific
process or transaction. Determines the capacity drivers
associated with a specific process or transaction
3. Stress: Determines the load under which a system fails,
and how it fails
4. Longevity and endurance: Identifies performance problems
that may appear after a system has been running at a high
level for an extended period of time
| Is This Answer Correct ? | 32 Yes | 7 No |
Answer / premkumar
Testing is done with expected user load sustained over
longer period of time with normal ramp up and ramp down
time ; Identify Memory Leaks
Example:
Checks for memory leaks or other problems that may occur
with prolonged execution. (A memory leak occurs when the
memory allocated to objects are not being freed by the
application, and hence the system memory continues to be
used up when the application is run over a prolonged period
of time, until the point at which it breaks down due to
lack of memory
| Is This Answer Correct ? | 34 Yes | 12 No |
Answer / rajkumar adekar
the indurance testing is to identifieed the systems behavior
for longer time
execution pariod and memory leaks and buffer over flows are
usaually identified through this testing.
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / ramesh
Testing is done with expected user load sustained over
longer period of time with normal ramp up and ramp down
time ; Identify Memory Leaks
| Is This Answer Correct ? | 10 Yes | 3 No |
Endurance testing is usually done to determine if the
application can sustain the continuous expected load.
During endurance tests, memory utilization is monitored to
detect potential leaks. Also important, but often
overlooked is performance degradation. That is, to ensure
that the throughput and/or response times after some long
period of sustained activity are as good or better than at
the beginning of the test.
| Is This Answer Correct ? | 13 Yes | 8 No |
Answer / mfsi_chinmayb`
Endurance testing is otherwise known as Soak
testing.Endurance testing is the stability check for the
application . It is a test done to analyze the performance
of a application whane put under a certain enviroment for a
threshold duration .
| Is This Answer Correct ? | 2 Yes | 0 No |
what r the client side scripting languages and server side scripting languages
Suppose you have given a project which have less Requirement specification documents or say no specification what will your decision how will you conduct the testing.
what is the difference between stress and load testing
is programming knowledge is necessary for testing
explain the 5 types test matrics?
what is the diff between webserver app & client server application...
2 Answers 3i Infotech, HCL, vSplash,
Adobe puzzles: . . . . . . . . . connect all these dots using 4 continuous lines.one clue u can extend the line after the points also. 2.one basket contains apples,second basket contains oranges and third basket contains apples and oranges the labels are wrongly mentioned.pick one fruit from one of these basket and find which basket contain which fruits.
tell me about high severity & low priority bug?
How can you find dead code!!
What are the differences in testing a client-Server and a web Application
What is meant by Poty testing?
What is the difference between Use Case and test case?