Personal notes on software development.
For Java technologies check my dedicated site

Pages

Load Testing and Stress Testing

Is the process of putting demand on a system or device and measuring its response. Load testing is performed to determine a system’s behavior under both normal and anticipated peak load conditions. It helps to identify the maximum operating capacity of an application as well as any bottlenecks and determine which element is causing degradation. When the load placed on the system is raised beyond normal usage patterns, in order to test the system's response at unusually high or peak loads, it is known as stress testing.

Tools:

Unit Tests

  • JUnit

No comments:

Post a Comment