Multiple choice technology testing

Which among the following is a type of performance testing?

  1. Soak Testing

  2. Smoke Testing

  3. Adhoc testing

  4. Mutation Testing

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

Soak testing (also called endurance testing) is a performance testing type that checks system stability under extended load. Smoke testing is quick basic testing, adhoc is informal testing, and mutation testing involves modifying code to check test suite quality - none are performance testing types.