February 2019
Intermediate to advanced
626 pages
15h 51m
English
How extensive tests should be is debatable. Striving for 100% code coverage does not necessarily mean that a block of code has been effectively tested.
Consider testing the following:
When writing a unit test, resist the temptation to test other functions or commands. A unit test is not responsible for making sure that every command that it calls works. That comes later.
Read now
Unlock full access