unit testing (Angleško)
Noun
Automated procedures that verify whether an isolated piece of code behaves as expected in response to a specific input. Unit tests are usually created by developers and are typically written against public methods and interfaces. Each unit test should focus on testing a single aspect of the code under test; therefore, it should generally not contain any branching logic.


Nemško: Unittest
Špansko: prueba unitaria
Francosko: test unitaire
Italijansko: testing unità



Vir: Večjezični slovar računalniških izrazov - Microsoft Corporation

Komentiraj slovarski sestavek