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 meant by system test case
what is difference between regression & retesting?
eqivalance testing class is made from data and this is made to minimize the test cases and it is black box testing what at which particular time we do this testing i guess while creating test cases we consider this testing .plz if lett me know if i am wrong
What is a test requirement?
What is regression testing?difference between regression and retesting?
Guys, can any one of u give the realtime example for Performance Testing
what is test plan
Write functional,system,integration,penetration,load,performance negative test cases for Instant messenger
What are the different phases available in STLC.
wat if fiddler and how it is used in tesing an application. please explain with a real time scenario
How can write testcases on a code under development pls give asnwer
What is end-to-end testing when we will do that testing?