Login
Remember
Register
Ask a Question
What are the different levels of testing?
0
votes
asked
Dec 6, 2019
in
Testing
by
SakshiSharma
What are the different levels of testing?
#testing-levels
Testing-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 6, 2019
by
Robindeniel
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.
...