Section 1 –The Basics of Test-Driven iOS Development
Without a good understanding of the basics, learning is hard and frustrating. In this section, we will learn what unit tests are, how they are connected to test-driven development, and how they look and work in Xcode.
In this section, we will cover the following chapters:
- Chapter 1, Your First Unit Tests
- Chapter 2, Understanding Test-Driven Development
- Chapter 3, Test-Driven Development in Xcode