From the course: iOS App Development: Test-Driven Development

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Demo: What we're building

Demo: What we're building

From the course: iOS App Development: Test-Driven Development

Start my 1-month free trial

Demo: What we're building

- [Narrator] Now that we've covered the basic theories behind test-driven development, let's take a quick look at the application we'll be building throughout the course. Now, the app is called Film Fest, and its main feature is keeping track of movies we may want to see and checking off movies that we've already been to as time goes by. Now, as far as apps go, it's extremely simple, just a single-view application with a table view. The table view is going to have two sections. This is going to work like our interactable library, storing our movie objects, and when we select a movie from our first section, it'll just move to our second section. We can see this in action here. We're going to say we've been to an action movie, a horror movie, and our indie comedy, and we still have crime thriller and kung fu flick to go. Now, we'll cover how to test our own classes, story board interfaces, and common iOS classes, like UITableView and UITableViewCell throughout this exercise. By the end…

Contents