0 votes
in Testing by
What are the different levels of testing?

1 Answer

0 votes
by
There are mainly four testing levels and they are:

Unit Testing

Integration Testing

System Testing

Acceptance Testing

Basically, it starts with the Unit Testing phase and ends with Acceptance Testing.
...