1.

What Are Important Features Of Junit?

Answer»

Following are the important features of JUnit −

  • It is an open source framework.
  • Provides Annotation to identify the test methods.
  • Provides Assertions for testing expected results.
  • Provides Test RUNNERS for running tests.
  • JUnit tests can be run automatically and they check their own results and provide immediate feedback.
  • JUnit tests can be organized into test SUITES containing test cases and even other test suites.
  • JUnit shows test progress in a BAR that is green if test is going FINE and it turns red when a test fails.

Following are the important features of JUnit −



Discussion

No Comment Found