Posted by: kamaltyagy123 on: January 20, 2009
White Box testing is done with the code perspective. The emphasis is to ensure that each line of the code is executed atleast once. Unit Testing: Testing performed to isolate and expose faults and failures as soon as the source code is available, regardless of the external interfaces that may be required. Often times, the [...]