There are many types of performance testing techniques, one of them is stress testing. It refers to the testing of the software in determining whether its performance is satisfactory under extreme load conditions or not.
Most systems are developed for normal operating conditions, therefore if operating conditions become abnormal (for example: if load of simultaneous users visiting the website goes beyond the maximum limit) but your system has undergone stress testing then errors would be negligible even under abnormal conditions.
Even though stress testing is important, most projects do not perform stress testing until the end of their software development life cycle (SDLC), which can have serious consequences, if there are performance issues in the application. [Read more…] about What is Stress testing in software testing? Example,How To Do,Interview Questions,Types