What is the difference between Performance testing and Load
testing ?
Answer Posted / anuradha
performance test consists of both load testing and stress
testing too . In load testing we check point at which
system / application crashes . Let us take one example if
we design website which can handle ( capacity ) 100
concurrent user(100 users can performe the task on
website ) . If we put 1000 concurrent user then system
response gets down , it may crashes ,it's a saturation
point .
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Give the real-time example for back-to-back testing?
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
What are the different servers and difference between them?
What is pesticide paradox? How to overcome it?
How do you get programmers to build testability support into their code?
What are the Important test scenarios which can be used for testing a web site?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
What is the difference between white box, black box, and gray box testing?
State a generalized process for load test? Or explain how you did it previously.
If client give you a project then which testing you will perform first
Explain Operational Acceptance Testing with example ?
What’s the difference between verification and validation in testing?
Manual and automation how do they help in bringing out quality product? Explain?
What is Traditional testing & Object Oriented testing?