Testing / Junit Interview questions
What is unit testing?
Unit Testing refers to the process of verifying/testing the individual components, functional units of any application (methods/procedures/classes) that contains business logic, reusable components and ensure the working of the functional units.
Unit testing can be done automatically or manual.
More Related questions...