Four levels of testing include
-
Unit Testing
-
Integration Testing
-
System testing
-
User acceptance testing`
A,B,C,D
Correct answer
Explanation
Software testing follows four hierarchical levels: Unit Testing (individual code components/modules), Integration Testing (combined modules working together), System Testing (complete integrated system), and User Acceptance Testing (end-user validation before deployment).