iOS Unit Testing by Example : XCTest Tips and Techniques Using Swift - Jon Reid
eTextbook alternate format product

Instant online reading.
Don't wait for delivery!

Go digital and save!

iOS Unit Testing by Example

XCTest Tips and Techniques Using Swift

By: Jon Reid

Paperback | 30 November 2019

At a Glance

Paperback


$97.80

or 4 interest-free payments of $24.45 with

 or 

Available for Backorder. We will order this from our supplier however there isn't a current ETA.

Fearlessly change the design of your iOS code with solid unit tests. Use Xcode's built-in test framework XCTest and Swift to get rapid feedback on all your code - including legacy code. Learn the tricks and techniques of testing all iOS code, especially view controllers (UIViewControllers), which are critical to iOS apps. Learn to isolate and replace dependencies in legacy code written without tests. Practice safe refactoring that makes these tests possible, and watch all your changes get verified quickly and automatically. Make even the boldest code changes with complete confidence.

Manual code and UI testing get slower the deeper your navigation hierarchy goes. It can take several taps just to reach a particular screen, never mind the actual workflow tests. Automatic unit testing offers such rapid feedback that it can change the rules of development. Bring testing to iOS development, even for legacy code. Use XCTest to write unit tests in Swift for all your code.

iOS developers typically reserve unit tests for their model classes alone. But that approach skips most of the code common to iOS apps, especially with UIViewControllers. Learn how to unit test these view controllers to expand your unit testing possibilities. Since good unit tests form the bedrock for safe refactoring, you're empowered to make bold changes. Learn how to avoid the most common mistakes Swift programmers make with the XCTest framework. Use code coverage to find holes in your test suites. Learn how to identify hard dependencies.

Reshape the design of your code quickly, with less risk and less fear.

More in Programming & Scripting Languages

The C Programming Language : Prentice Hall Software - Brian Kernighan

RRP $101.95

$72.25

29%
OFF
Python All-in-One For Dummies : 3rd Edition - John C. Shovic

RRP $74.95

$55.50

26%
OFF
Effective Typescript : 83 Specific Ways to Improve Your Typescript - Dan VanderKam
Programming Rust : Fast, Safe Systems Development 2nd Edition - Jason Orendorff
C++ How to Program, Global Edition : 11th Edition - Harvey Deitel & Associates

RRP $161.17

$145.25

10%
OFF
Learning Go : An Idiomatic Approach to Real-World Go Programming - Jon Bodner
Learning the bash Shell : In a Nutshell (O'Reilly) - Cameron Newham
Concurrency in Go : Tools and Techniques for Developers - Katherine Cox-Buday
JavaScript - The Definitive Guide - David Flanagan

RRP $152.00

$73.75

51%
OFF
Go Cookbook : Expert Solutions for Commonly Needed Go Tasks - Sau Sheong Chang
Head First Java, 3rd Edition : A Brain-Friendly Guide - Bert Bates