Subject | English | Russian |
inet. | at the top of the hierarchy | на верхнем уровне иерархии (Technical) |
inet. | at the top of the hierarchy | на высшей ступени иерархии (Technical) |
progr. | bottom-up testing: An incremental approach to integration testing where the lowest level components are tested first, and then used to facilitate the testing of higher level components. This process is repeated until the component at the top of the hierarchy is tested | восходящее тестирование: последовательный подход к интеграционному тестированию, при котором компоненты нижнего уровня тестируются первыми и затем используются для облегчения тестирования компонентов более высокого уровня. этот процесс повторяется до тех пор, пока компонент на самом верху иерархии не будет протестирован (см. Standard glossary of terms used in Software Testing) |
progr. | component at the top of the component hierarchy | компоненты из верхнего уровня иерархии объектов (ssn) |
progr. | the top of the hierarchy is an abstract class that implements all the event handling methods to do nothing | Вершиной иерархии является абстрактный класс, который содержит описание всех методов, обрабатывающих события, но без реализации (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003) |
progr. | top of the hierarchy | вершина иерархии (ssn) |
progr. | top-down testing: An incremental approach to integration testing where the component at the top of the component hierarchy is tested first, with lower level components being simulated by stubs. Tested components are then used to test lower level components. The process is repeated until the lowest level components have been tested | тестирование "сверху вниз": инкрементальный подход к интеграционному тестированию, в котором компоненты из верхнего уровня иерархии объектов тестируются в первую очередь, с использованием заглушек вместо компонентов более низкого уровня. Протестированные компоненты используются для тестирования компонентов более низкого уровня и данный процесс повторяется до тех пор, пока не будут протестированы компоненты самого низшего уровня (см. Standard glossary of terms used in Software Testing ssn) |