1.

What are the features of JUnit?

Answer»

Following are the features of JUnit:

  • JUnit is an open-source framework.
  • Supports automated testing of test suites.
  • Provides annotations for identifying the test METHODS.
  • Provides ASSERTIONS to test expected results or exceptions of the methods under test.
  • Provides a platform for RUNNING test cases automatically and CHECKING their results and giving feedback.


Discussion

No Comment Found