Definition: Blackbox debugging involves the separation of a program's parts in order to diagnose where an error lies. To "blackbox" the program is to divide the parts involved in execution, test them separately as much as possible, and determine which parts are working and which are failing.
Blackbox debugging is frequently used in computer programming for troubleshooting bugs or other unexpected behaviour.
Also Known As: blackboxing
blackbox testing

