Which of the following is considered a characteristic of stress testing?
A.
Considers the system’s ability to recover from a sudden increase of loads within the system’s limits.
B.
It focuses on the system’s ability to handle transactions over a specific timeframe.
C.
It determines the maximum number of transactions a system can handle.
D.
It evaluates the system’s ability to handle loads beyond its design limits.
The Answer Is:
D
This question includes an explanation.
Explanation:
Stress testingis designed to evaluate how a system behavesunder extreme conditions, often exceeding its design limitations. The goal is to identify bottlenecks, memory leaks, and failures that occurbeyond normal operating conditions.
Option A is incorrectbecause it refers toresilience testing, which focuses on recovery rather than stress beyond limits.
Option B is incorrectas it describesload testing, which measures performance under expected loads.
Option C is incorrectsincedetermining the maximum transactionsis a feature ofcapacity testing, not stress testing.