Kestävyystestauksen
Kestävyystestaus, also known as endurance testing, is a type of software testing that verifies whether a system can handle a large load over an extended period. The primary goal is to identify performance bottlenecks and ensure that the software remains stable and responsive under continuous stress. This differs from load testing, which typically focuses on peak load performance, by emphasizing the long-term effects of sustained usage.
During endurance testing, applications are subjected to expected or anticipated user loads for a significant duration,
Common problems identified through endurance testing include memory leaks, where the application fails to release memory,