39. Software Development Practices – Code Reviews

Was sufficient “white box” testing performed to assure that internal logic, control features, and data processing work as specified? (p. 90)   IEEE defines “White Box” testing as testing based on an analysis of the internal structure of the component or system. Software code reviews are a prime example of white box testing. Code reviews…

Read More