Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Test-Driven iOS Development with Swift 3

Posted By: IrGens
Test-Driven iOS Development with Swift 3

Test-Driven iOS Development with Swift 3 by Dr. Dominik Hauser
English | October 28, 2016 | ISBN: 1787129071 | EPUB + PDF | 246 pages | 4.8/4.9 MB

Test-driven development (TDD) is a proven way to find software bugs early. Writing tests before your code improves the structure and maintainability of your apps. In combination with the improved syntax of Swift 3, there is no excuse or writing bad code.

This book will help you understand the process of TDD and how it impacts your apps written in Swift. Through a practical, real-world example app, you’ll start seeing how to implement TDD in context. You will begin with an overview of the TDD workflow and then deep dive into unit testing concepts and code cycles. You will also plan and structure your test driven iOS app, and write tests to drive the development of the view controllers and the helper classes. Next, you’ll learn how to write tests for network code, what CI is and how to set it up using Xcode Server.

Finally, the book will guide you through the next steps to become a testing expert by discussing integration tests, Behavior Driven Development (BDD), open source testing frameworks and UI Tests introduced in Xcode 8.

What You Will Learn

Implement TDD in Swift application development
Find bugs before you enter the code using the TDD approach
Use TDD to build models, view controllers, and views
Test network code with asynchronous tests and stubs
Write code that is a joy to read and to maintain
Develop functional tests to ensure the app works as planned
Employ continuous integration to make testing and deployment easier