| Course Others | You are Offering Professional Course | Locality Gurgaon Sector 31 |
JUnit is an open-source unit testing framework for java programmers. It is only used for unit testing. Integration testing is done by TestNG. Testing is the process of checking an application that it is working as expected. Working as expected means for a known input it must give the expected output. In other words testing is a process of verification and validation.
You can learn Tests like:
Expected exception test.
Junit ignore test.
JUnit time test.
JUnit suite test.
JUnit parameterized test.
Junit test runner.
Click here to learn more: http://javawithease.com/junit-framework/