Video description
Use XCTest, which Apple provides out of the box with XCode, to test all networking and model layers and plan classes. This is your opportunity to test against several different edge cases since it’s easy to simulate different conditions. Unit testing your controllers is complicated because controllers rely on the UIKit controller life cycle that's not available in the test environment. Therefore, it’s easier to use UI Testing (also provided by Apple with XCode) to write integration tests. Write a few of them covering your happy paths.
Adding your tests on CI and running them automatically on every commit to your mainline branch will help you avoid timely manual tests or a failing app. Your tests will always be up to date and work for you instead of getting in the way.
What You Will Learn
- Do test-driven development with Xcode
- Write robust tests covering just the use cases you need
- Use automated testing to avoid wasting time
Who This Video Is For
Software developers and team leads working with Swift on iOS applications in an Apple environment.Publisher resources
Product information
- Title: Practical Test-Driven Development with Xcode and Swift: Write Modularized Code for TDD with XCTest and UIKit
- Author(s):
- Release date: November 2020
- Publisher(s): Apress
- ISBN: 9781484266670
You might also like
video
How to Become a Software Developer from Scratch
Learn the basics of software applications and the basics of technologies such as Java, Spring, JavaScript, …
book
Learning Go
Go is rapidly becoming the preferred language for building web services. While there are plenty of …
book
Data Structures and Algorithms in Swift: Implement Stacks, Queues, Dictionaries, and Lists in Your Apps
Control the performance and stability of the apps you develop in Swift by working with and …
book
HTML and CSS: Visual QuickStart Guide, 9th Edition
Learn HTML and CSS with the Visual QuickStart Guide -- the quick and easy way! This …