Multiple choice Which of the following statements are correct about JUnit? It is an open source framework. All of the above. It provides Annotation to identify the test methods. It provides Assertions for testing expected results. Reveal answer Fill a bubble to check yourself B Correct answer Explanation JUnit is an open-source unit testing framework for Java. It uses annotations to identify test methods and lifecycle phases, and assertions to verify expected outcomes, making all the listed statements correct.