InterviewSolution
Saved Bookmarks
| 1. |
JUnits are used for which type of testing?(a) Unit Testing(b) Integration Testing(c) System Testing(d) Blackbox Testing |
|
Answer» The correct option is (a) Unit Testing For explanation I would say: JUnit is a testing framework for unit testing. It uses java as a programming platform. It is managed by junit.org community. |
|