Describe the incremental approach to testing represented by the orderly unit (module) test.
Unit (module) test:
Along with the incremental approach to testing, every unit (program or module) of the system is first tested to make sure that this does what this supposed to do as described in the module specifications. Such testing is frequently executed by the programmers who developed the modules, even though sometimes a ‘peers review’ approach is used in its place.