Suppose a newly developed e-commerce platform is expected to handle thousands of transactions per minute during a sale. How would stress testing be utilized to ensure the platform can manage this load without critical failures?

  • Simulate peak loads and monitor system performance
  • Run regular functional tests
  • Skip stress testing and rely on monitoring
  • Perform stress testing only after critical failures occur
Stress testing in this scenario involves simulating peak loads, which means subjecting the system to the expected high transaction volumes. By monitoring system performance under these loads, we can identify bottlenecks and ensure the platform can handle the load without critical failures.
Add your answer
Loading...

Leave a comment

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