Which among the following is a type of performance testing?
-
Soak Testing
-
Smoke Testing
-
Adhoc testing
-
Mutation Testing
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.