https://github.com/maxhumber/itf
⭕️ iOS Testing Fundamentals
https://github.com/maxhumber/itf
Last synced: about 1 month ago
JSON representation
⭕️ iOS Testing Fundamentals
- Host: GitHub
- URL: https://github.com/maxhumber/itf
- Owner: maxhumber
- License: bsd-2-clause
- Created: 2022-10-13T18:27:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T18:17:44.000Z (over 3 years ago)
- Last Synced: 2025-10-03T18:47:49.760Z (10 months ago)
- Language: Swift
- Homepage:
- Size: 68.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ⭕️ iOS Testing Fundamentals
**API**
- [Episodate](https://www.episodate.com/api)
**Modules**
- 01 - XCTest Basics
- 02 - Async Code
- 03 - Protocols
- 04 - Networking!
- 05 - Test Doubles
- 06 - SwiftUI Basics
- 07 - XCUITest Basics
- 08 - Code Organization
**Course Objectives**
- How to write “unit” and “UI” tests with XCTest and XCUITest
- How to leverage protocols in the creation of “test doubles”
- How to effectively use async/await and test asynchronous code
**Course Outcomes**
- Create new views with, and adapt existing views into SwiftUI
- Confidently write new features and screens with MVVM
- Use TDD and REPL-DD where appropriate!