Skip to content

TheMetalCode/ios-ui-automation-demo

Repository files navigation

iOS XCTest UI Automation Demo

A complement to my Mobile Dev+Test 2016 presentation and a tangible demonstration of the basic concepts covered therein.

Calculator Tab

This is most of the work for programming projects #1-3 in the Stanford iTunesU course "Developing iOS 8 Apps with Swift". It also is a good opportunity to demonstrate basic drag-and-drop UI elements that have accessibility ids added via the storyboard. And lastly, the benefit of well-factored test automation code is readily apparent, because there are lots of buttons. Yes, it needs some MVC loving (which it would get further on in the iTunesU course), and yes it needs some unit tests. But for our purposes, it works.

Item Table

This is a table view where you may add, reorder, and delete cells. This is meant to demonstrate the ability to set accessibility IDs programmatically.

Random Image

This is an image view that uses Splashbase's API to pull down and display a random image. This is, as you might guess, highly asynchronous, and hence a good opportunity to demonstrate asynchonous test expectations.

UI Tests Folder

This is where you'll find the XCTest cases as well as all the supporting code behind them (Screen Objects, extensions, protocols, etc).

Usage

  • Ensure you have XCode 7.0+
  • Clone this repo
  • Open in XCode, and give the tests a spin with Cmd + U.
  • Explore and tinker to your hearts content.

About

A project to demonstrate iOS UI Automation principles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages