๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Test-Driven iOS Development with Swift: Write maintainable, flexible, and extensible code using the power of TDD with Swift 5.5, 4th Edition

โœ Scribed by Dr. Dominik Hauser


Publisher
Packt Publishing
Year
2022
Tongue
English
Leaves
280
Edition
4th ed.
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Build robust applications using TDD with Swift 5.5 and become a TDD expert by writing tests for view controller, views, network code, and even SwiftUI view

Key Features

  • Build a complete iOS app using test-driven development
  • Explore testing view controllers, table views, navigation, and network code
  • Learn how to write tests for Combine and SwiftUI code

Book Description

Test-driven development (TDD) is a proven way to find software bugs earlier on in software development. Writing tests before you code improves the structure and maintainability of your apps, and so using TDD in combination with Swift 5.5's improved syntax leaves you with no excuse for writing bad code.

Developers working with iOS will be able to put their knowledge to work with this practical guide to TDD in iOS. This book will help you grasp the fundamentals and show you how to run TDD with Xcode. You'll learn how to test network code, navigate between different parts of the app, run asynchronous tests, and much more. Using practical, real-world examples, you'll begin with an overview of the TDD workflow and get to grips with unit testing concepts and code cycles. You'll then develop an entire iOS app using TDD while exploring different strategies for writing tests for models, view controllers, and networking code. Additionally, you'll explore how to test the user interface and business logic of iOS apps and even write tests for the network layer of the sample app.

By the end of this TDD book, you'll be able to implement TDD methodologies comfortably in your day-to-day development for building scalable and robust applications.

What you will learn

  • Implement TDD in Swift application development
  • Detect bugs before you run 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's a joy to read and maintain
  • Design functional tests to suit your software requirements
  • Discover scenarios where TDD should be applied and avoided

Who this book is for

This book is for iOS developers looking to apply TDD to build maintainable and scalable applications. Intermediate-level developers with Swift application development experience will be able to make the most out of this book. Prior experience of applying TDD to Swift applications is not required.

Table of Contents

  1. Your First Unit Tests
  2. Understanding Test-Driven Development
  3. Test-Driven Development in Xcode
  4. The App We Are Going to Build
  5. Building a Structure for ToDo Items
  6. Testing, Loading, and Saving Data
  7. Building a Table View Controller for the To-Do Items
  8. Building a Simple Detail View
  9. Test-Driven Input View in SwiftUI
  10. Testing Networking Code
  11. Easy Navigation with Coordinators

๐Ÿ“œ SIMILAR VOLUMES


Test-Driven iOS Development with Swift:
โœ Dr. Dominik Hauser ๐Ÿ“‚ Library ๐Ÿ“… 2022 ๐Ÿ› Packt Publishing ๐ŸŒ English

<p><span>Build robust applications using TDD with Swift 5.5 and become a TDD expert by writing tests for view controller, views, network code, and even SwiftUI view</span></p><h4><span>Key Features</span></h4><ul><li><span><span>Build a complete iOS app using test-driven development</span></span></l

Test-driven iOS development with Swift 4
โœ Hauser, Dominik ๐Ÿ“‚ Library ๐Ÿ“… 2017 ๐Ÿ› Packt Publishing ๐ŸŒ English

<p><b>Use test-driven approach to develop highly-functional iOS apps with Swift 4 and Xcode 9</b><p><b>About This Book</b><p><li>A practical guide to writing effective, organized, and clean code that works well<li>Learn test-driven principles to help you build better-designed apps with fewer bugs<li

iOS Code Testing: Test-Driven Developmen
โœ Abhishek Mishra ๐Ÿ“‚ Library ๐Ÿ“… 2017 ๐Ÿ› Apress ๐ŸŒ English

Put into motion practical examples to master Test-Driven Development (TDD) and acceptance testing in Swift. This book uses a pragmatic approach to writing well-tested code and provides techniques that can be used to retrofit tests to legacy code bases. You'll be introduced to basic principles of

Test-driven iOS development with Swift 3
โœ Hauser, Dominik ๐Ÿ“‚ Library ๐Ÿ“… 2016 ๐Ÿ› Packt Publishing ๐ŸŒ English

<p><b>Write testable and maintainable code to develop highly-functional iOS apps</b><p><b>About This Book</b><p><li>Learn test-driven principles to help you build apps with fewer bugs and better designs<li>Become more efficient while working with Swift to move on to your next project faster!<li>Impl