
2) Unit Testing: When the Design Documents are base-lined, corresponding Programmers can start Coding by writing Programs.The same programmers can test these Programs to validate completeness and correctness.This process is called Unit Testing.This Unit Testing is also called as program testing / code testing / white box testing / glass box testing / open box testing / clear box testing.In Unit Testing, Programmers can follow...