Test-Driven iOS Development with Swift - Fourth Edition - Helion

Tytuł oryginału: Test-Driven iOS Development with Swift - Fourth Edition
ISBN: 9781803246864
stron: 280, Format: ebook
Data wydania: 2022-04-18
Księgarnia: Helion
Cena książki: 109,00 zł
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.
Osoby które kupowały "Test-Driven iOS Development with Swift - Fourth Edition", wybierały także:
- PLC i TIA Portal. Kurs video. Techniki programowania SIMATIC S7-1200 200,00 zł, (10,00 zł -95%)
- Google Cloud. Kurs video. Zostań administratorem systemów IT 142,86 zł, (10,00 zł -93%)
- Instalacja i konfiguracja baz danych. Kurs video. Przygotowanie do egzaminu 70-765 Provisioning SQL Databases 285,57 zł, (19,99 zł -93%)
- Jak zhakowa 125,00 zł, (10,00 zł -92%)
- Excel w HR. Kurs video. Od teorii do praktyki 222,11 zł, (19,99 zł -91%)
Spis treści
Test-Driven iOS Development with Swift. Write maintainable, flexible, and extensible code using the power of TDD with Swift 5.5 - Fourth Edition eBook -- spis treści
- 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