
If you’re using your own app and already have test targets and a test plan, feel free to skip this section. Adding Testing Targets and a Test Planįirst, add two new testing targets: one for unit tests and another for UI tests. If you prefer, follow along using your own app. Use the Download Materials button at the top or bottom of this article to download the starter and final Scattergories app used throughout this article. This is a great time to add tests, before you get to the heavy-lifting part of implementing gameplay. Like the original game, you score points by naming objects from a set of categories, all of which have to start with a randomly selected letter.Ĭurrently, the app only supports randomly selecting a letter. To demonstrate the testing concepts and tools discussed in this article, you’ll work on a Scattergories client app. Sound like a plan? Time to get started! Getting Started


:] In this article, you’ll learn how to use these Xcode 12 testing topics to enhance your app’s quality and your development velocity. It may be a bit painful to admit, but everyone writes buggy code sometimes.


