what is difference between stress testing and load testing?
Answer Posted / madhusudhan
Load testing: also concurrency testing.
load means number of concurrent users using our software build at a time. during this test, the testing team executes our software build under customer expected config n cust expected load to estimate speed of processing or performance.
eg : Hospital mgmt software.
Load = 10 = number of counters operating at a time in hospital.
here we test with 10 counters.
testing with more than 10 counters results stress testing.
stress testing : The execution of our software build under customer expected load to estimate the peak limit of load is called stress testing.
example for easy understanding sake.
take 7 seven seater auto.
if we sit 7 members = its comfirtable as its created for 7 ( load )
allowing the max number of persons to sit up to 10 or 11 is stress testing.
Thanks for spending.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
You may be overqualified for this position we have to offer
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
Please anyone give answers for all below questions and help ? realtimers please and please share your knowledge.lot of questions left unanswered.
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
what is data guidelines
Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.
What is the difference between functional testing and integration testing?
I have cleared written test and one Technical round in one company? now i have to face an Client Round through telephony? Any body have faced client round, how will it be , wil they ask technical or is it only formality round? im nervous, plz let me know wat all they may ask? i have this round on monday?
What kind of testing to be done in client server application and web application? Explain
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..
What are the phases involved in software testing life cycle?
On login window for username and password auto populated field means what !
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
What are some best practices that you should follow when writing test cases?
What is Registry?