Multiple choice technology testing

Before doing integration testing this testing must have been done

  1. Unit testing

  2. Systems testing

  3. Stress testing

  4. User Acceptance Testing

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

The testing sequence is: Unit → Integration → System → Acceptance. Integration testing combines multiple units, so unit testing MUST be completed first. System testing, stress testing, and UAT come AFTER integration testing, not before.