Unit Testing

Unit testing, also known as component or module testing is a type of Software Testing in which we isolated source code to validate its expected behaviour.

Unit tests can be performed manually or via automated test execution. Automated tests include benefits such as: running tests often, running tests without staffing cost, consistent and repeatable testing.

Testing is often performed by the programmer who writes and modifies the code under test. Unit testing may be viewed as part of the process of writing code.

I will be doing some Unit Testing at Ford to familiarize myself with the Provisioning team and its code.