Answer and explanation:
There are four (4) main types of testing and the order in which they are performed is the following:
1) Unit Testing
2) Integration Testing
3) System Testing
4) Acceptance Testing
Unit testing is usually made by software developers individually. Modular codes are used so it implies they will be more reliable easier to be reused. Integration testing implies combining the results of the testing in unit testing. The goal of this testing is to measure how well the system works by interacting with others. System testing comes third after evaluating all the units as only one- At this level, the system is evaluated to find out if it meets the requirements established. Finally, acceptance testing takes place before the software will be sent to the final users.