-
1 test stub
A type of test fake that is an alternative implementation of an interface or class that is called by a unit under test. The test stub is under the control of the unit tests. Designing a system so that its parts can be replaced by test stubs results in more flexible code. -
2 test condition
"In a database unit test, a set of frequently used validation functions that test whether a unit test returns the expected results." -
3 unit test
A test that confirms the functionality and peformance of specific modules and behaviors of code. Often a subset of unit tests are also used as check-in test to discover bugs before a build. -
4 test method
Any method that is marked with the TestMethod attribute. You cannot run a unit test if its test method is not in a test class. -
5 test shim
"A type of test fake that works by introducing a detour to the entry point of methods or properties that are called by a unit under test. The shim is executed instead of the existing code, and is under the control of the tests. A shim can be applied to any code, even if it was not designed to be isolated during testing." -
6 test metric
A unit of measure for testing. -
7 database unit test
A unit test that validates whether a certain aspect of your database is working as you expect.
См. также в других словарях:
Test unit — Test unitaire Pour les articles homonymes, voir Test. En programmation informatique, le test unitaire est un procédé permettant de s assurer du fonctionnement correct d une partie déterminée d un logiciel ou d une portion d un programme (appelée… … Wikipédia en Français
Marine Corps Test Unit — #1 Active 1 July 1954 19 June 1957 Country United States Allegiance Department of the Navy Branch United States Marine Corps The … Wikipedia
Allen-Doisy test unit — Al·len Doi·sy test, unit (alґən doiґse) [Edgar V. Allen, American anatomist, 1892–1943; Edward Adelbert Doisy, American biochemist, 1893–1986] see under test and unit … Medical dictionary
SCSI Test Unit Ready Command — The SCSI Test Unit Ready command is used to determine if a device is ready to transfer data (read/write), i.e. if a disk has spun up, if a tape is loaded and ready etc. The device does not perform a self test operation. See the Send Diagnostic… … Wikipedia
Direct Access Test Unit — Direct Access Test Units (DATUs) are special PSTN phone numbers that terminate at the central office switch in a telephone company s local exchange that provide switchmen and telco technicians with a circuit for testing lines in various ways.[1]… … 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
Test-Driven development — Als testgetriebene Entwicklung (auch testgesteuerte Programmierung, engl. test first development oder test driven development (TDD), manchmal auch scherzhaft Extreme Testing) ist eine Methode, die häufig bei der agilen Entwicklung von… … Deutsch Wikipedia
Test first development — Als testgetriebene Entwicklung (auch testgesteuerte Programmierung, engl. test first development oder test driven development (TDD), manchmal auch scherzhaft Extreme Testing) ist eine Methode, die häufig bei der agilen Entwicklung von… … Deutsch Wikipedia
Unit root — In time series models in econometrics, a linear stochastic process has a unit root if 1 is a root of the process s characteristic equation. The process will be non stationary. If the other roots of the characteristic equation lie inside the unit… … Wikipedia
Test unitaire — Pour les articles homonymes, voir Test. En programmation informatique, le test unitaire est un procédé permettant de s assurer du fonctionnement correct d une partie déterminée d un logiciel ou d une portion d un programme (appelée… … Wikipédia en Français
Test-driven development — (TDD ) is a software development technique consisting of short iterations where new test cases covering the desired improvement or new functionality are written first, then the production code necessary to pass the tests is implemented, and… … Wikipedia