what is stress testing, and load testing, vidune testing
pls give suitable example in the question
Answers were Sorted based on User's Feedback
1. Load testing is to test that if the application works fine with the loads that
result from large number of simultaneous users, transactions and to determine
weather it can handle peak usage periods.
2. stress testing often refers to tests that put a greater emphasis on robustness,
availability, and error handling under a heavy load, rather than on what would
be considered correct behavior under normal circumstances. In particular, the
goals of such tests may be to ensure the software doesn't crash in conditions of
insufficient computational resources (such as memory or disk space), unusually
high concurrency, or denial of service attacks.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / astha
Load testing as per its name suggests checks performance of application on higher loads.
By increasing load on tester checks whether application performs as expected on not.
As for example: consider a software product a banking site,by increasing the number of persons accessing the site we can do load testing.
Stress testing is to test the performance of a software application by decreasing resources.
As for example checking the performance of an operation system when OS Drive has lesser free space.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / renu
Stress testing n simple word can be defined as testing of an
application when it is used by many user at the same time.
It checks whether the application is working as required
giving the right out put or not if hit by large number of
users simultaneously. It checks for the maximum limit at
which the application brakes under simulated load in order
to make application work normally in real scenario.
On the other hand Load testing is a generic term that
includes Performance testing and Stress testing.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between GUI testing and black box testing
How do u Check sending a message Through mobile(it could be text msgs ,picture messages ,so that it should cover all the possible scenarios )Its urgent plzzzzzzzzzz,....
Can you tell me what is negative testing?
What is Test Policy
what does frs doc contain?
if you have compressed file which has multiple source files,after make of this source file, you are getting undefinedreference error. How your will debug this problem ? Whatmight be different root causes for this ?
What is the exact difference between Integration & System testing; give me examples
Please tell me difference btn Version & Reversion . Is there any difference btn them or both have same meaning.
Give me some examples of how you have participated in Integration Testing.
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
What is The difference between Sanity Testing and Regression Testing
Define V -model with diagram