How do I run a JUnit test case?
JUnit classes are Simple Java Class whihc have methods annotated with @Test. So you can simply right click the class and click Run as JUnit Test .If you are using maven , then add test class or packaged in pom file and execue via maven goals.