Which of the following is a test type
-
Component testing
-
Functional testing
-
System testing
-
Acceptance Testing
B
Correct answer
Explanation
Functional testing is classified as a test type (testing what the system does) rather than a test level. Component testing, System testing, and Acceptance testing are test levels (organizational levels of testing). The ISTQB classification of test types includes functional testing, non-functional testing (performance, usability, etc.), and white-box/structural testing as the main categories.