Introduction
Welcome
()
What you should know
()
Using the exercise files
()
1. Foundation and Theory
What is test-driven development?
()
Why test-driven development?
()
Unit tests explained
()
Development techniques
()
Planning and design
()
2. Getting Started
Demo: What we're building
()
Project setup
()
Test case breakdown
()
Create a data model
()
Expand the data model
()
3. The Manager Class
Create the movie manager
()
Add manager functionality
()
Check off movies
()
Compare movies
()
Wrap up the movie manager
()
4. TableView Testing
Interface testing setup
()
Data source and delegate setup
()
TableView section one tests
()
TableView section two tests
()
Mocking the TableView cell
()
Configure the TableView cell
()
Test cell selection
()
5. Finishing Touches
Assemble the app
()
Code coverage
()
Ex_Files_iOS_App_Dev_Test_Driven.zip
(1.2 MB)