Dry run

имя существительное упражнение (в чем-либо); репетиция, прогон Например: to carry out a dry run — проводить репетицию

Большой англо-русский словарь

Dry run

пробный прогон, "бумажный" прогон программы начальный этап отладки и тестирования; практически возможен и оправдан только для очень простых программ и малых объёмов данных Синоним(ы): trial run

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

Dry run

1) испытания (ядерного реактора) без топлива 2) [телевидение] генеральная репетиция (с оборудованием)

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

Dry run

noun 1. a practice exercise; rehearsal, trial 2. a practice firing without ammunition

Merriam-Webster's Collegiate Dictionary

Dry run

To execute a program by hand, writing values of variables and other run-time data on paper, in order to check its operation and control flow or to track down a bug (as part of debugging). A dry run is an extreme form of desk check or code review and is practical only for fairly simple programs, small amounts of data and simple external interfaces. It was often performed off-line using a hardcopy of the source code. Dry runs were common practice in the days when access to computers was limited but the availability of screen editors and fast compilers makes debugging by printf a more productive method in most cases. Sophisticated debuggers that allow you to get the computer to step through your source code line by line and show values of variables make even this unnecessary.

Free Online Dictionary of Computing