Stress Testing
Stress testing is a form of testing that is used to determine the stability of a given system or entity. It involves testing beyond
normal operational capacity, often to a breaking point, in order to observe the results. Stress testing may have a more specific meaning in certain industries.
|
|
|
IT Industry
software testing, stress testing often refers to tests that put a greater emphasis on robustness, availability, and
error handling under a heavy load, 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.
|
|
|
|
|
<< back
next >>
|