in Testing by (32.2k points)
What are the different levels of testing?

1 Answer

0 votes
by (20.8k points)
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.

Related questions

0 votes
asked May 8, 2020 in Testing by Robindeniel (20.8k points)
0 votes
asked Jun 26, 2020 in Testing by AdilsonLima (6.3k points)
+2 votes
asked Jun 24, 2019 in Testing by gsharma31 (105 points)
...