Multiple choice technology testing

Which type of testing is this ? "Continuously raising an input signal until the system breaks down."

  1. Monkey Testing

  2. Unit testing

  3. Ramp testing

  4. Gorilla Testing

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

Ramp testing involves continuously increasing an input signal or load until the system breaks down, helping determine the breaking point and system limits. It's different from Monkey Testing (random inputs), Unit Testing (individual components), or Gorilla Testing (repeated testing of one module).