1.

How will you run JUnit from command window?

Answer»

Follow the steps below −

  • Set the CLASSPATH

  • Invoke the runner −

java org.junit.runner.JUnitCore 


Discussion

No Comment Found