Home »
MCQs »
Apache Ant MCQs
Which of the following is the commonly used testing framework while working with Java?
28. Which of the following is the commonly used testing framework while working with Java?
- JavaTester
- Junit
- JavaC
- JavaUnit
Answer: B) Junit
Explanation:
JUnit is a Java unit testing framework that is frequently used in conjunction with Apache Ant, a build tool for Java-based applications.