Multiple choice technology testing

Junit is a (Choose Two)

  1. a.)Open Source Framework

  2. b.)Regression-Testing Framework

  3. c.)Java Application Development Framework

  4. d.)Web Application Framework

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

JUnit is an open-source framework (Option A) designed specifically for regression testing (Option B) in Java applications. It is NOT a general Java application development framework (Option C) - that would be something like Spring or Java EE. It is also NOT a web application framework (Option D) - that would be frameworks like JSF or Spring MVC.