JUnit / Junit Interview questions
Advantages of using Junit.
Enables writing test cases while developing the software that helps test early and detect issues.
Ensure the functionality is performing as expected every time the code is modified by the use of repeatable automated test cases.
supported by all IDE including Eclipse, Netbeans, RAD etc.
integrates with Ant and Maven(CI) that enables execuition of test suites or test cases as part of the build process, capturing test result and reporting.
accurate and efficient testing process.
More Related questions...