Home » JAVA Programming » Java Basic » Question
  1. Which of the below statement about JUnit is false?
    1. It provides test runners for running test
    2. It provides an annotation to identify test methods
    3. They cannot be run automatically
    4. It is an open source framework
    5. None of these
Correct Option: C

JUnits test can be run automatically and they check their own results and provide immediate feedback.



Your comments will be displayed only after manual approval.