c4arl0s / iOS-Code-Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In order to update an existing Git submodule execute: (You might need permissions from Owner to get submodules)

git submodule update --init --recursive
git pull --recurse-submodules

Notes:

To run UI test on real device, different profile is required to configure as UITest target runs on different process as different app.

For simulator, developer provisioning profile is ok. But if you want to run UI Tests on real devices, you need separate developer provisioning profile.

Project to implement Test Driven Development over an iOS App.

1. Introduction to Test-driven Development

  1. Introduction to Test-driven Development

2. Writing Your First Set of Unit Tests with Xcode

  1. Writing Your First Set of Unit Tests with Xcode

3. The MVVM Architectural Patter

  1. The MVVM Architectural Patter

4. Applying TDD to the Model

  1. Applying TDD to the Model

13. Testing The User Interface

  1. Testing The User Interface

About

License:MIT License