Multiple choice technology

What are the Testing Levels?

  1. Unit Testing

  2. Integration Testing

  3. System Testing and Acceptance Testing.

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Testing levels include Unit Testing (individual components), Integration Testing (combined components), System Testing (complete system), and Acceptance Testing (user validation). Option D 'All the above' correctly captures that these are all testing levels in the hierarchy.