JUnit Introduction
JUnit is an open-source framework for Java programming language, used to write and run automated unit test cases. It is widely accepted as a standard for unit testing in Java.JUnit is a simple testing framework created by Kent Beck and Erich Gamma during a long airplane trip.It is released under IBM’s common public license version 1.0 and hosted on SourceForge.Till JUnit 3.8 there were no stable…
View On WordPress













