Which type of testing evaluates the upper limits of a system and determines how it behaves when those limits are exceeded?

  • Black Box Testing
  • Regression Testing
  • Smoke Testing
  • Stress Testing
Stress Testing is designed to push a system beyond its normal limits to see how it responds. It helps in identifying the upper boundaries of a software system and checks its robustness. This is crucial in ensuring that the system will not crash or have unacceptable slowdowns when faced with extreme conditions.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *