This post originated from an RSS feed registered with Java Buzz
by Kiran Kumar.
Original Post: Junit: java unit testing framework with examples
Feed Title: Java,Maven,Linux,Unix,Hadoop,HDFS,Hive basic tutorials,examples
Feed URL: http://www.cloudhadoop.com/feeds/posts/default
Feed Description: My Blog on Java,Maven Unix, Linux,Hadoop,MySQL,tutorial with examples
java unit testing or junit Junit is popular java unit testing framework. Junit is developed to unit test the piece of code.
What do you mean by unit testing? Unit testing is test code written for checking the runtime errors for each function/line of a java code. Junit can be used to regress the each small change so that large application should not give errors even adding small changes
Testing