In this post I will explain how to create and run
JUnit test using maven. download Apache maven from link “download”, extract zip package into
you machine and setup path maven bin folder into your system environment variable. following are the steps to
create JUnit test for maven and maven commands.
JUnit
Test creation:
Create source folder in your eclipse “src/test/java”
and “src/main/java” as below screen: