Multiple choice technology testing Before doing integration testing this testing must have been done Unit testing Systems testing Stress testing 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.