DictionaryForumContacts

   Russian
Terms containing протестированный | all forms | exact matches only
SubjectRussianEnglish
progr.быть полностью протестированнымbe all tested (Alex_Odeychuk)
gen.быть протестированнымbe tested
progr.быть протестированным в окне интерактивного запуска кодаbe tested against a playground (говоря о фрагменте кода приложения; корпорации Apple Alex_Odeychuk)
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.интегрированная среда модульного тестирования: инструмент, предоставляющий окружение для модульного тестирования или компонентного тестирования, в котором компонент может быть протестирован как в изоляции, так и с соответствующими заглушками и драйверами. этот инструмент также предоставляет разработчику возможности отладкиunit test framework: A tool that provides an environment for unit or component testing in which a component can be tested in isolation or with suitable stubs and drivers. It also provides other support for the developer, such as debugging capabilities (Standard glossary of terms used in Software Testing)
Makarov.образец должен быть протестирован до того, как мы запустим продукт в производствоthe model must be tested out before we put the product on sale
comp., MSобъём протестированного кодаcode coverage (A metric used to describe the degree to which the source code of a program has been tested. Code coverage is expressed as a percentage of the blocks of code tested over the total blocks of code)
progr.полностью протестированныйfully tested (Alex_Odeychuk)
comp., jarg.поэкспериментировать, протестировать, "поиграться"play around (tasya)
ITпредварительно протестированныйpre-tested
progr.приложения могут быть протестированы раздельноapplications can be unit tested (ssn)
electr.eng.провести испытания, протестироватьBy conduction test (Konstantin 1966)
construct.протестирован независимой лабораториейindependently tested (colombine)
progr.протестированная архитектура решенийtested solution architecture (ssn)
progr.протестированная библиотекаtested library (InfoWorld Alex_Odeychuk)
progr.протестированная платформа серверовtested server platform (ssn)
perf.протестированное средствоtested product
progr.протестированные компонентыtested components (ssn)
gen.протестированный авторомauthor-tested (Following food throughout the seasons, each chapter focuses on a single food type and concludes with an author-tested recipe – by T. Abe Lloyd Tamerlane)
tech.протестированный комплект оснасткиtested set of tools (Soulbringer)
transp.протестированный на совместимость с ...has gone through compatibility testing with
auto.протестированный на совместимость сhas gone through compatibility testing with (translator911)
progr.протестированный сайтtested web site (Alex_Odeychuk)
med.протестировано дерматологамиdermatologically tested (так пишут на косметике; почему-то amatsyuk)
progr.протестировать выполнение маршрутизацииtest the routing behavior (англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2 Alex_Odeychuk)
progr.протестировать графический пользовательский интерфейсhave tested the GUI (англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2 Alex_Odeychuk)
tech.протестировать; диагностика; испытаниеtest
med.протестировать метод на мышахtest the technique on mice (Markus Platini)
progr.протестировать обработчик маршрутизацииtest the routing behavior (англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2; контекстуальный перевод на русс. язык Alex_Odeychuk)
tech.протестировать повторноretest
d.b..протестировать подключение к базе данныхtest the connection to the database (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
d.b..протестировать подключение к базе данныхtest the database connection (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
comp., MSсбор данных о протестированном объёмеcoverage collection (Information collected at run time about which blocks or lines of an application are executed at least once. Rori)
comp., MSсбор данных о протестированном объёмеcoverage collection (Information collected at run time about which blocks or lines of an application are executed at least once)
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)