Tag Archives: unit test

Unit Testing

Objective

Unit test is the test of individual units.
The objective of the unit test is to ensure that each individual component works correctly in isolation according to any applicable requirements, as defined in the design documents.
The following processes must be satisfied before Unit Testing can be executed efficiently.
Developer has to check that following criteria are satisfied:
Outstanding [...]

Full Story