Episode #328

Introduction to XCTest

Series: Testing iOS Applications

14 minutes
Published on March 8, 2018

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

XCTest is a test framework built into Xcode. In this episode we'll see the mechanics of how this works, how your test bundle sits alongside your app in Xcode. We'll look at the structure of test cases, and the assertions we will use to verify behavior of our code.

This episode uses Xcode 9.2.