Author: | Dr. Dominik Hauser | ISBN: | 9781787125032 |
Publisher: | Packt Publishing | Publication: | October 28, 2016 |
Imprint: | Packt Publishing | Language: | English |
Author: | Dr. Dominik Hauser |
ISBN: | 9781787125032 |
Publisher: | Packt Publishing |
Publication: | October 28, 2016 |
Imprint: | Packt Publishing |
Language: | English |
Write testable and maintainable code to develop highly-functional iOS apps
My reader have already done some application development with Swift. They follow the changes in each new Swift version. They also follow a few Swift developers on Twitter or Tumblr and read blog post from famous Swift bloggers. My reader have already heard about Test-Driven Development (TDD) but haven't done really much about it. But they have heard/read that TDD can help to write better code but they don't really know why.
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.
Using a step-by-step approach, you will develop an entire iOS app using TDD. During the course of the book, you will experience different strategies to write tests for models, View Controller, and networking code.
Write testable and maintainable code to develop highly-functional iOS apps
My reader have already done some application development with Swift. They follow the changes in each new Swift version. They also follow a few Swift developers on Twitter or Tumblr and read blog post from famous Swift bloggers. My reader have already heard about Test-Driven Development (TDD) but haven't done really much about it. But they have heard/read that TDD can help to write better code but they don't really know why.
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.
Using a step-by-step approach, you will develop an entire iOS app using TDD. During the course of the book, you will experience different strategies to write tests for models, View Controller, and networking code.