InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Utp In Testing ? |
|
Answer» UTP (Unit Test Plan) are DONE at SMALLEST unit level or stand alone mode. UTP can be done using NUNIT. Unit testing is done NORMALLY by developers. UTP (Unit Test Plan) are done at smallest unit level or stand alone mode. UTP can be done using NUNIT. Unit testing is done normally by developers. |
|