Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 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 1 2 3 4

Agile Swift: Swift Programming Using Agile Tools and Techniques

Posted By: hill0
Agile Swift: Swift Programming Using Agile Tools and Techniques

Agile Swift: Swift Programming Using Agile Tools and Techniques by Godfrey Nolan
English | 9 Jan. 2017 | ISBN: 148422101X | 188 Pages | EPUB | 3.37 MB

Make your Swift apps agile and sound with this short step by step guide. You'll learn about unit testing, mocking and continuous integration and how to get these key ingredients running in your Swift projects. This book also looks at how to write your Swift apps using test driven development (TDD).


Agile practices have made major inroads in iOS development, however it’s very unusual to see something as basic as unit testing on a Swift application. Done correctly, Agile development results in a significant increase in development efficiency and a reduction in the number of defects.

Apple has released unit testing and code coverage frameworks for Swift development in XCode. Up until now getting unit testing up and running in Swift was not for the faint-hearted. Thankfully now, there is no excuse other than a lack of information on where to get started.

iOS developers are faced with their own set of problems such as tightly coupled code, fragmentation, immature testing tools all of which can be solved using existing Agile tools and techniques. Swift Programming Using Agile Tools and Techniques is your solution to handling these tasks.

What You Will Learn
Write unit tests in Swift
Write an application using test driven development
Examine GUI testing, refactoring, and mocking frameworks
Set up and configure a continuous integration server
Measure code coverage

Who This Book Is For

Swift developers and would be mobile app testers will benefit from the guidance in this book.