What is JUnit?

What is the use of JUnit? How to write program to test a Java application?

Thanks

View Answers

December 15, 2013 at 1:14 PM

Hi,

JUnit is unit testing tool in Java. You can use the JUnit to test your Java code.

Read more at JUnit 4.3.1 tutorials page.

Thanks









Related Tutorials/Questions & Answers:
Advertisements