То же, что и название!
Обновлено: почти то же самое, что и, и было бы контекстно равно Что такое модульное тестирование?
Вы правы, соответствующий вопрос не появляется, когда вы вводите этот заголовок. Тем не менее, закрытие дубликатов не является грубым для Stack Overflow. Это нужно и не принимать на свой счет.
Вот почему я сказал «почти то же самое, что и», потому что, хотя формулировка отличается (из-за чего она НЕ появляется), контекст вопроса тот же. Нам нужно закрыть дубликаты, чтобы как можно чаще не отвечать на вопросы повторно.





Скопировать и вставить:
Unit testing From Wikipedia, the free encyclopedia (Redirected from Unit test) Jump to: navigation, search
In computer programming, unit testing is a method of testing that verifies the individual units of source code are working properly. A unit is the smallest testable part of an application. In procedural programming a unit may be an individual program, function, procedure, etc., while in object-oriented programming, the smallest unit is a method, which may belong to a base/super class, abstract class or derived/child class.
Ideally, each test case is independent from the others; Double objects like stubs, mock or fake objects[1] as well as test harnesses can be used to assist testing a module in isolation. Unit testing is typically done by software developers to ensure that the code other developers have written meets software requirements and behaves as the developer intended.
Когда я набрал вопрос, этого точно не возникло, но спасибо за грубость.