Which of the below statement about JUnit is false?
(a) It is an open source framework
(b) It provides an annotation to identify test methods
(c) It provides test runners for running test
(d) They cannot be run automatically
(a) It is an open source framework
(b) It provides an annotation to identify test methods
(c) It provides test runners for running test
(d) They cannot be run automatically
Right option is (d) They cannot be run automatically
Easy explanation: JUnits test can be run automatically and they check their own results and provide immediate feedback.