V-model (software development): Difference between revisions

Content deleted Content added
Unit testing: correct article usage
Unit testing: correct article usage
Line 46:
=== Unit testing ===
 
In the V-Model, Unit Test Plans (UTPs) are developed during the module design phase. These UTPs are executed to eliminate bugs at the code level or unit level. A unit is the smallest entity which can independently exist, e.g. a program module. Unit testing verifies that the smallest entity can function correctly when isolated from the rest of the codes/units.
 
=== Integration testing ===