In order to update an existing Git submodule execute: (You might need permissions from Owner to get submodules)
git submodule update --remote --merge
Project to learn and implement unit and UI testing over an iOS App.
- 1. Introduction for Testing
- 2. Setting Up Our Infracstructure
- 3. Writing tests - The Basics
- 4. Writing Tests - Advanced Techniques
- 5. Integration Tests
- 6. Write Testable Code
- 7. User Interface Tests
- 8. Cover Another Aspect of your App - Performance Testing
- 9. Snapshot Testing
- 10. Implement Tests in Our Daily Work Routine
- 11. Using Command-Line Tools