Home » JAVA Programming » Java Basic » Question
  1. JUnits are used for which type of testing?
    1. Blackbox Testing
    2. Unit Testing
    3. Integration Testing
    4. System Testing
    5. None of these
Correct Option: B

JUnit is a testing framework for unit testing. It uses java as a programming platform. It is managed by junit.org community.



Your comments will be displayed only after manual approval.