what is diff between stress & load testing
Answer Posted / devanand
Performance testing
The goal of performance testing is not to find bugs, but to
eliminate bottlenecks and establish a baseline for future
regression testing. For a Web application, testers will use
tools that simulate concurrent users/HTTP connections and
measure response times.
Load testing
We have already seen load testing as part of the process of
performance testing and tuning.it meant constantly
increasing the load on the system via automated tools. For
a Web application, the load is defined in terms of
concurrent users or HTTP connections.
Stress testing
Stress testing tries to break the system under test by
overwhelming its resources or by taking resources away from
it (in which case it is sometimes called negative testing).
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In manual testing, what are stubs and drivers?
how can u prepare the test plan?
when do you escalte issue to your manager?
what are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly
few automation basic questions One question to write a scriot in any language you know.
What is Independent Testing?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
Name three reasons why the tester may choose to record in Context Sensitive mode.
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
Hi Friends, I wish to start my career in manual Testing as I believe I am ready to face Interviews.I have good domain knowledge in banking(investment and retail) and insurance.To be in the competition I have added three years of testing experience to my CV apart from my domain experience. Can someone please advice some real time tips which can help in facing the interview. Thanks in advance
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing? plzzzzzzz i need ur help.
Hi i am looking for Test Engineer Job, i have done the course, but i don't have work experience on it, Is it So important to have real time Exp or knowledge is enough? and please let me know like how i can improve for the interview. You can send me a mail on this id: rashmi_vastred@yahoo.co.in
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
What are the bugs we cannot find in black box?
What is date driven testing?