Episode #336

How to Measure Test Coverage with XCTest

Series: Testing iOS Applications

18 minutes
Published on April 19, 2018

This video is only available to subscribers. Get access to this video and 572 others.

In this episode we look at Xcode's support for measuring Code Coverage, a term that describes how much of your code is exercised during a test run. Using this tool you can see where your deficiencies are and add tests as needed to cover more of your production code with tests.

This episode uses Xcode 9.2.