/
Unit testing - definition
Unit testing - definition
Unit testing involves writing code to test a library by validating that the library behaves as expected with a number of tests which run through it. For certain inputs we are expecting well defined outputs. It solves the problem of giving us confidence to change a library without needing to manually test everything for each change:
See this article in Wikipedia:
, multiple selections available,
Related content
Automated unit tests need to happen quickly!
Automated unit tests need to happen quickly!
Read with this
Use our unit test suite for a library
Use our unit test suite for a library
More like this
Ever unintentionally broken a library you were working on?
Ever unintentionally broken a library you were working on?
More like this
Set up a dummy 'library' and unit test
Set up a dummy 'library' and unit test
More like this