1.

State difference between load testing and stress testing.

Answer»

Load TESTING and system testing are among the most common types of quality control testing.

  • Load testing: Performing load tests will allow you to understand how a system will perform under real-life load conditions. Load testing measures how well a system performs for example when it experiences high demand, such as multiple users at the same time.
  • STRESS testing: A stress test is MEANT to DETERMINE the maximum capacity of a system under heavy load conditions such as Slashdot effect, DDoS attack, or other scenarios. The test verifies the system's RELIABILITY and stability.


Discussion

No Comment Found