Home › Software Testing › Software Testing › advanced_security_performance › Soak (endurance) testing aims to find issues like
Soak (endurance) testing aims to find issues like
ADatabase schema migration problems
BMemory leaks and gradual degradation
CFunctional defects in a single request
DVisual layout errors on small screens
Answer & Solution
Correct answer: B. Memory leaks and gradual degradation
Soak testing runs sustained load for hours or days to expose leaks, file handle exhaustion, connection pool starvation, and other long-term degradation. Distinct from short-burst load tests.
Related questions
Test coverage is BEST described asContinuous Testing in DevOps meansIn the V model of SDLC, system testing corresponds to'Test data' management addressesIn ISTQB terminology, a 'test oracle' isAcceptance Test Driven Development (ATDD) emphasisesTest Driven Development uses the rhythm ofRecovery testing simulates