- program testing
- программный контроль;
тестирование программы
Большой англо-русский и русско-английский словарь. 2001.
Большой англо-русский и русско-английский словарь. 2001.
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
testing program — index experiment, research Burton s Legal Thesaurus. William C. Burton. 2006 … Law dictionary
Program animation — is a particular feature of some Testing tools allowing programs to be executed step by step at either source code level or machine code level. Some tools permit animation at both levels depending upon the availability of data collected at compile … Wikipedia
saturation testing — Program testing with a large volume of messages intended to expose errors that occur infrequently and can be triggered by such rare coincidences as two different messages arriving at the same time. Also called volume testing … IT glossary of terms, acronyms and abbreviations
testing — See test. bench t. t. of a device against specifications in a simulated (nonliving) environment. contrast sensitivity t. examination of the visual recognition of the variation in brightness of an object. genetic t … Medical dictionary
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
Oracle (software testing) — For other uses, see oracle (disambiguation). An oracle is a mechanism used by software testers and software engineers for determining whether a test has passed or failed.[1] It is used by comparing the output(s) of the system under test, for a… … Wikipedia
Domain testing — is one of the most widely practiced software testing techniques. It is a method of selecting a small number of test cases from a nearly infinite group of candidate test cases.[1][2][3][4] … Wikipedia
Mutation testing — For the biological term, see: Gene mutation analysis. Software Testing portal Mutation testing (or Mutation analysis or Program mutation) is a method of software testing, which involves modifying programs source code or byte code in small ways … Wikipedia
Fuzz testing — Fuzzing redirects here. For other uses, see Fuzz (disambiguation). Fuzz testing or fuzzing is a software testing technique, often automated or semi automated, that involves providing invalid, unexpected, or random data to the inputs of a computer … Wikipedia
Concolic testing — (a portmanteau of concrete and symbolic) is a hybrid software verification technique that interleaves concrete execution (testing on particular inputs) with symbolic execution, a classical technique that treats program variables as symbolic… … Wikipedia