DOCUMENT RESOURCES FOR EVERYONE
Documents Black Box Unit Testing

Black Box Unit Testing 1209 What is black-box testing? Unit (code, module) seen as a black box No access to the internal or logical structure Determine if given input produces…

Documents Testing in the Small (aka Unit Testing, Class Testing) 1209.

Testing in the Small (aka Unit Testing, Class Testing) 1209 Unit Testing Focus on the smallest units of code: Functions Methods Subroutines Frequently done (at least partially)…