Multiple choice technology testing

1)Is that Order of testing correct?? Unit level testing. Module level testing. System Level testing. Integration level testing. User Acceptance Level Testing.

  1. True

  2. False

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

The correct testing order is Unit → Module → Integration → System → User Acceptance. Integration testing must occur BEFORE System level testing because you need integrated modules before you can test the complete system. The given order places Integration after System, which is incorrect.