what is diff between stress testing and spike testing
Answers were Sorted based on User's Feedback
Answer / pallavi g
Stress Testing is a testing process in which an application
is tested beyond the anticipated/expected load
condition.This is done in order to know the extreme level
till which an application be loaded i.e to find the
breakpoint.
Spike Testing is a testing process in which an application
is tested sudden increment and decrement in the load.The
system is suddenly loaded and unloaded.It is done to see
how the system reacts with unexpected rise and fall of
users.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / mfsi_chinmayb`
Hi
Stress testing creates an environment where the application
is supposed to breakdown .
Spike Testing : The scenario where immediately a huge
number of users comes to the application . Its like the
spike graph
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rekha
spike testing: if the same type of operations performed on
the application how many members can access the application.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / satyaprasad
Stress testing means test the application more than
customer expected load (Generally according to standards
comp should test the application with customer expected
load + 5% of the customer expected load)
Spike testing is also called Datavolume testing ,in this
they test the application with load in shortime to estimate
the weekness of the application
| Is This Answer Correct ? | 5 Yes | 12 No |
what are things you want to check in web based testing?
What is the difference between User Acceptance Testinga and System Testing?
What might be the reasons for changing the status of a bug to " NOT A BUG " ?
Which design document supports to choose test data and how to select test data ranges ?
Can test condition,testcase and testscript help u in performing the static testing
What is change request,how u use it
what is user acceptence test?
Differentiate Test strategy and Test case?
WHAT ARE THE DIFFERENT TECHNOOGIES OR SOFTWARE LANGUAGES THAT SOFTWARE TESTER SHOULD KNOW?
can any one send me all the interview point of view questions from manual testing please..........
entry criteria and exit criteria for unit testing, integration testing, system testing and uat
What can be done if requirements are changing continuously?