Which of the following is a test type??
-
Component Testing
-
Functional Testing
-
Non-functional Testing
-
Acceptance Testing
-
Both 2 & 3
-
Both 1 & 3
E
Correct answer
Explanation
The question asks for a 'test type'. Component testing is a level, not a type. Functional testing and non-functional testing ARE test types. Acceptance testing is a level. Therefore 'Both 2 & 3' (Functional and Non-functional testing) is correct. These are the two main categories of test types based on what is being tested.