Multiple choice What is JUnit? An integration testing framework for Java A unit test framework for any programming language A unit testing framework for Java A testing library which provides a few helper methods Reveal answer Fill a bubble to check yourself C Correct answer Explanation JUnit is a widely-used, open-source unit testing framework specifically designed for the Java programming language. It is not intended for any programming language and is primarily for unit testing rather than integration testing.