January 2007
Intermediate to advanced
503 pages
14h 27m
English
This part of the book discusses various types of tests. The chapters progress from the types of tests closer to code to those closer to users. White box testing, which tests the programs by having an internal knowledge of program code, is discussed in Chapter 3. Black box testing, which tests the product behavior by only knowing the external behavior as dictated by the requirements specifications, is discussed in Chapter 4. As software gets developed in a modular ...