1.

Why do we use JUnit? Who uses JUnit more - Developers or Testers?

Answer»

JUnit is used more often by developers for implementing unit test cases for the functionalities they have developed. However, these days testers also use this FRAMEWORK for performing unit testing of the applications. 

JUnit is used due to the following reasons:

  • Helps in automating test cases.
  • Helps in reducing defects in the code LOGIC whenever the logic changes.
  • Helps in reducing the cost of testing as the bugs are identified, captured and addressed at early PHASES in the software development.
  • Helps to IDENTIFY the gaps in CODING and gives a chance to refactor the code.


Discussion

No Comment Found