July 2014
Intermediate to advanced
314 pages
6h 25m
English
This chapter explains the code coverage, coverage tools, and provides step-by-step guidance to generate a coverage report.
The following topics are covered in this chapter:
Code coverage is a measurement of percentage of instructions of code being executed while the automated tests are running.
A piece of code with high code coverage implies that the code has been thoroughly unit tested and has a lower chance of containing bugs than code with a low code coverage. You should concentrate on writing meaningful ...
Read now
Unlock full access