Stress Testing

Stress Testing - testing the software in such extreme conditions, like lack of memory, the simultaneous use by large number of users, functioning in a continuous mode, etc.

The purpose of stress testing is to make sure that functionality is not "broken" when the system handles a large number of users, which in principle can lead to various conflicts.

Stress Testing