Multiple choice technology testing

What is Soak Testing ?

  1. Running a system for a long period of time. For example,running the application for 2-3 days.If the application doesnt work properly then it is sent back to the devlopment team .

  2. Soak testing refers to the testing of individual module of the application & making it error free.

  3. Running a system at high load for a prolonged period of time. For example, running several times more transactions in an entire day (or night) than would be expected in a busy day, to identify and performance problems that appear after a large number of t

  4. .Running a system at low load for a prolonged period of time. For example, running several times more transactions in an entire day (or night) than would be expected in a busy day, to identify and performance problems that appear after a large number of t

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Soak testing involves running a system under high load (or typical production load) for a continuous, prolonged period to detect performance degradation, memory leaks, or resource exhaustion. The other options describe running at low load or general non-loaded execution without testing performance under prolonged strain.