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.
Programmers can use this technique to confirm that the Program is Running without any syntax and run time errors.
While applying this technique, programmers can follow below process:
- Write the Program
- Draw a flow Graph for that program and then
- Find the Number of Paths in that Graph
- Run the Program that many times to cover Entirely.