-
21 thread testing
разновидность компонентного интеграционного тестирования ( component integration testing) для случая, когда тестируемые компоненты постепенно (последовательно) интегрируются в систему для реализации подмножеств требований - в отличие от их интеграции по уровням иерархииАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > thread testing
-
22 output: A variable (whether stored within a component or outside) that is written by a component
Общая лексика: выходные данные: переменная (хранимая внутри компонента или вне его), выд (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > output: A variable (whether stored within a component or outside) that is written by a component
-
23 tester: A skilled professional who is involved in the testing of a component or system
Общая лексика: тестировщик: опытный специалист, принимающий участие в тестировании компонента или (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > tester: A skilled professional who is involved in the testing of a component or system
-
24 output: A variable that is written by a component
Общая лексика: (whether stored within a component or outside) выходные данные: переменная (хранимая внутри компонента или вне его), выд (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > output: A variable that is written by a component
-
25 in-circuit component testing
in-circuit component testenEnglish-Dutch technical dictionary > in-circuit component testing
-
26 link testing
тестирование связей (взаимодействия) [компонентов интегрируемой системы]Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > link testing
-
27 acceptance testing
"Formal testing conducted to enable a user, customer, or other authorized entity to determine whether to accept a product or product component." -
28 behavior: The response of a component or system to a set of input values and preconditions
Общая лексика: поведение: отклик компонента или системы на набор входных значений и предуслов (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > behavior: The response of a component or system to a set of input values and preconditions
-
29 certification: The process of confirming that a component, system or person complies with its specified requirements, e.g. by passing an exam
Общая лексика: сертификация: процесс подтв (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > certification: The process of confirming that a component, system or person complies with its specified requirements, e.g. by passing an exam
-
30 path: A sequence of events, e.g. executable statements, of a component or system from an entry point to an exit point
Общая лексика: путь: последовательность событий ( например, исполняем (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > path: A sequence of events, e.g. executable statements, of a component or system from an entry point to an exit point
-
31 state transition: A transition between two states of a component or system
Программирование: переход состояний: переход между двумя состояниями компонента или системы (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > state transition: A transition between two states of a component or system
-
32 structural coverage: Coverage measures based on the internal structure of a component or system
Общая лексика: структурное покрытие: метрики покрытия, основанные на внутренней структуре (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > structural coverage: Coverage measures based on the internal structure of a component or system
-
33 subpath: A sequence of executable statements within a component
Программирование: подветвь: последовательность исполняемых операторов в коде компонента (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > subpath: A sequence of executable statements within a component
-
34 test suite: A set of several test cases for a component or system under test, where the post condition of one test is often used as the precondition for the next one
Общая лексика: наб (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > test suite: A set of several test cases for a component or system under test, where the post condition of one test is often used as the precondition for the next one
-
35 user test: A test whereby real-life users are involved to evaluate the usability of a component or system
Общая лексика: пользовательский тест: тест, во время которого реальные пользова (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > user test: A test whereby real-life users are involved to evaluate the usability of a component or system
-
36 explosive component testing
Деловая лексика: контрольные испытания компонентов ВВУниверсальный англо-русский словарь > explosive component testing
-
37 heat-treatment equipment for component testing
Универсальный англо-русский словарь > heat-treatment equipment for component testing
-
38 hydraulic system component testing
Техника: проверка деталей гидросистемыУниверсальный англо-русский словарь > hydraulic system component testing
-
39 provides an environment for unit or component testing
Универсальный англо-русский словарь > provides an environment for unit or component testing
-
40 version of component integration testing
Программирование: вариант тестирования интеграции компонентовУниверсальный англо-русский словарь > version of component integration testing
См. также в других словарях:
testing — test‧ing [ˈtestɪŋ] noun [uncountable] 1. the process of checking something to see if it works, if it is suitable etc: • The company specializes in software testing and software inspection. • All our desktop computers undergo rigorous testing. •… … Financial and business terms
Component-based usability testing — (CBUT) is a testing approach which aims at empirically testing the usability of an interaction component. The latter is defined as an elementary unit of an interactive system, on which behaviour based evaluation is possible. For this, a component … Wikipedia
Component-based Scalable Logical Architecture — (CSLA) is a software framework created by Rockford Lhotka that provides a standard way to create robust object oriented programs using business objects. Business objects are objects that abstract business entities in an object oriented program.… … Wikipedia
Component-based software engineering — A simple example of two components expressed in UML 2.0. The checkout component, responsible for facilitating the customer s order, requires the card processing component to charge the customer s credit/debit card (functionality that the latter… … Wikipedia
Operational acceptance testing — (OAT) is a type of software testing, used mainly in software support and software maintenance projects. This type of testing focuses on the operational readiness of the system to be supported, or which is to become the production environment.… … Wikipedia
Package testing — Military shipping container being drop tested Testing … Wikipedia
Unit testing — In computer programming, unit testing is a method by which individual units of source code are tested to determine if they are fit for use. A unit is the smallest testable part of an application. In procedural programming a unit may be an… … Wikipedia
White box testing — Compare with black box testing .White box testing (a.k.a. clear box testing, glass box testing or structural testing) uses an internal perspective of the system to design test cases based on internal structure. It requires programming skills to… … Wikipedia
Digital video testing — in broadcast video, for example, is the process of validating and verifying that the video content and other data is being correctly processed, stored and transported. Despite the fact that the data is digital, most digital tv (DTV) system… … Wikipedia
Software testing — is an empirical investigation conducted to provide stakeholders with information about the quality of the product or service under test [ [http://www.kaner.com/pdfs/ETatQAI.pdf Exploratory Testing] , Cem Kaner, Florida Institute of Technology,… … Wikipedia
Software performance testing — In software engineering, performance testing is testing that is performed, to determine how fast some aspect of a system performs under a particular workload. It can also serve to validate and verify other quality attributes of the system, such… … Wikipedia