
This video is only available to subscribers. Start a subscription today to get access to this and 469 other videos.
How to Measure Test Coverage with XCTest
Episode
#336
|
18 minutes
| published on
April 19, 2018
| Uses Xcode-9.2
Subscribers Only
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 is part of a series: Testing iOS Applications.