During stress testing, if the system fails to recover gracefully after reaching its limits, what type of issue is likely occurring?

  • Memory leak
  • Poor exception handling
  • Race condition
  • Resource exhaustion
Poor exception handling can lead to the system failing to recover gracefully during stress testing. When the system encounters exceptional conditions under stress, such as reaching its limits, proper exception handling ensures that it can handle errors smoothly without crashing or causing adverse effects. If the system lacks adequate exception handling mechanisms, it may fail to recover gracefully, leading to performance issues or system failures.
Add your answer
Loading...

Leave a comment

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