JUnit / Junit Interview questions
Differentiate Manual vs Automated Unit testing.
Manual testing involves the preparation of test cases and those are tested by developers.
Automated Unit testing: Test cases are executed by automation tools such as JUnit.
Automated Unit testing is preferred over manual, as Automated test helps covering all the scenario/test any time required. Automated unit testing is fast compared to Manual, less expensive and accurate.
More Related questions...