Envision a scenario where a software system consistently crashes under high load. How would stress testing be implemented to identify the bottleneck and mitigate the issue in future releases?

  • Stress test the system by gradually increasing load
  • Continue with normal operations without stress testing
  • Rebuild the entire system from scratch
  • Stress test after every crash
In this scenario, stress testing should be implemented by gradually increasing the load on the system to identify the specific point where it fails. By doing so, you can pinpoint the bottleneck and work on mitigating the issue in future releases.
Add your answer
Loading...

Leave a comment

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