White box testing

тестирование по исходным текстам методология тестирования, предусматривающая анализ логической структуры программы и генерацию тестов на основе знания её кода. Термин появился как противоположность тестированию методом "чёрного ящика" (black box testing) Синоним(ы): clear box testing

Англо-русский словарь компьютерных терминов

White box testing

(Or "clear", "glass", "open") Software testing approaches that examine the program structure and derive test data from the program logic. Structural testing is sometimes referred to as clear-box testing since white boxes are considered opaque and do not really permit visibility into the code.

Free Online Dictionary of Computing