Example For Load And Stress Testing.
Answers were Sorted based on User's Feedback
Answer / ashish
Load Testing: Testing the application under heavy but
expected(known) load is called load testing.
E.g.: If a chair is capable of bearing 100 K.g. weight, then
for load testing, we put 100 K.g. weight on the chair and
observe the behavior of chair with expectation that chair
will be capable of holding 100 K.g..
Stress Testing: Testing the application beyond its
specification and determine the response of the application
in terms of where application degrades or fails.
E.g.: Put weight of 101 K.g. on the chair and see behavior.
Also continuously increase weight on chair and observe where
it fails to bear load.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / tanu
Load testing:opening no if webpages at a a time and
checking how the system reacts.
stress testing:opening no of webpages at aa time and
minimises the resources like RAM,etc so that stress should
be created at a time and observe how system reacts to this
condition.
that is what i have been taught in the class.
| Is This Answer Correct ? | 3 Yes | 3 No |
what is Beta testing??
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
What r the functional testing u perform?
Hi, I want to apply jobs on manual testing with 6 months experience can any body sent a cv.
What is Static Testing?
What should be done after writing test cases?
In Manual testing BDD meaning
Could Login Id field accept special characters?
Based on what documents do you start scripting?
What are the types of maintenance?
When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result
What is difference between V-Model and Agile Model?