February 2018
Intermediate to advanced
552 pages
13h 46m
English
In a previous section, we have already discussed what Code Coverage is, and the importance of this technique in writing unit tests.
If we maintain 100% Code Coverage, that is, if we unit test our code thoroughly, then we can avoid most of the bugs in the initial stage. So, how do we check our Code Coverage? In this section, we will discuss the Scoverage tool.
Read now
Unlock full access