Testing
Links
- 2020.07 https://tyrrrz.me/blog/unit-testing-is-overrated (from this HN thread)
Unit Tests
- 2021.10 Unit Testing Weak References / Retain Cycles in Swift
- 2021.09 Two Misconceptions About Memory Leaks in Swift refers to a method of unit testing memory leaks from Essential Developer
- 2020.03 Testing private methods and variables in Swift
- 2019.04 iOS Unit Testing and UI Testing Tutorial
- 2019.01 👍 Swift Codable Testing
- 2019.01 Integration Testing for Memory Leaks
- 2018.12 Delightful Swift snapshot testing. Explained in a series of PointFree tutorials
- 2018.11 Unit testing view controller memory leaks
- 2018.05 Unit Testing race conditions by creating chaos
- 2018.05 The iOS Testing Manifesto Some good examples and getting started guidelines
- 2018.03 Pragmatic Testing, by Orta Therox (and others). Open Source eBook on iOS testing.
- 2018.02 Unit testing asynchronous Swift code
- 2018.01 Mocking in Swift
- 2017.12 📚 A complete list of articles on Unit Testing with Swift from 2017
- 2017.11 Applying Unit Tests to MVVM with Swift
- 2017.08 The complete guide to Network Unit Testing in Swift
- 2017.03 Common unit testing techniques on iOS
- 2016.04 Using Xcode’s Schemes to run a subset of your tests
- 2015.12 Getting Started with TDD in Swift 4 (6 parts)
- 2015.10 iOS functional testing with user stories, UI Test and local server
- 2013.06 iOS Development: You’re Doing It Wrong
UI Tests
- 2020.04 Making Xcode UI tests faster and more stable
- 2019.05 Easy UITests for your iOS app Refers to Swifter, a tiny http server engine written in Swift.
- 2019.04 iOS Unit Testing and UI Testing Tutorial
- 2017.05 Getting started with Xcode UI testing in Swift
Dependency Injection
- 2019.07 ⭐️ Dependency Injection in Practice This post describes the process of preparing an app for dependency injection, as well as implementing three approaches to dependency injection: constructor injection, Swinject, and The World.
- 2015.11 Dependency Injection in Swift
RxSwift
Core Data
- 2020.08 Unit Testing Core Data in iOS