-
Which of the below statement about JUnit is false?
-
- It provides test runners for running test
- It provides an annotation to identify test methods
- They cannot be run automatically
- It is an open source framework
- None of these
Correct Option: C
JUnits test can be run automatically and they check their own results and provide immediate feedback.