This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
A process in programming, allowing to check the correctness of a unit of source code. It is used to write tests for each non-trivial function or method. This allows you to check whether the next change in the code led to errors in the already tested locations of the program.