InterviewSolution
Saved Bookmarks
| 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:
|
|