Which of the following is NOT functional testing?
-
System Testing
-
Unit testing
-
Sanity testing
-
Load testing
D
Correct answer
Explanation
Load testing is a non-functional testing type because it measures system performance, response times, and stability under load rather than validating functional behavior. System testing, unit testing, and sanity testing all verify that the software functions correctly according to requirements.