HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Video accessible from your Account page after purchase.
Register your product to gain access to bonus material or receive a coupon.
2.5 Hours of Video Training
Continuous Delivery (CD) is an agile practice that’s had a big impact on how many people think about developing software. It forced us to start thinking that software is only “done” when it is released. With more features reaching the done stage sooner, CD practices have enabled us to get early feedback from users and taught us a lot about testing, monitoring, and automating our delivery along the way. But mobile development has often been left behind. Or has it?Testing is an important component of CD and shouldn’t be taken for granted or ignored, especially when developing mobile applications for iOS. The process of setting up a testable environment and writing tests, however, can be a challenge. Implementing unit tests and following principles of test-driven development (TDD) for mobile apps–whether native or hybrid–is often counterintuitive. To guarantee that each component in your mobile app works properly for the set of inputs you expect, it is important to test each component (or unit) of an architecture independently and to simulate different system states based on the supplied input to the test, while covering exotic cases in the process.
In Test-Driven Development for iOS: Using Continuous Integration and Continuous Delivery, ThoughtWorks Lead Consultant Cassie Shum takes a deep dive into the critical role of TDD in mobile development for iOS. This video quickly reviews CI/CD best practices and the role of CI/CD in mobile development. The video then focuses on the role of TDD, demonstrating the iOS testing framework Quick/Nimble. The video concludes by demonstrating fastlane, an automation tool for mobile developers.
Skill Level
Intermediate
Learning Objectives
Who Should Take This Course?
Software developers and architects who are interested in applying CI/CD practices to mobile development.
Table of Contents
Introduction
Lesson 1: Continuous Delivery
Lesson 2: TDD and the Testing Pyramid
Lesson 3: iOS Testing Framework: Quick/Nimble
Lesson 4: Using fastlane
Summary
About LiveLessons Video Training
The LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at: http://www.informit.com/livelessons
Introduction
Lesson 1: Continuous Delivery
1.1 Continuous delivery overview
1.2 Benefits of continuous delivery
1.3 Evolution of mobile development
Lesson 2: TDD and the Testing Pyramid
2.1 Testing mobile applications
2.2 Continuous integration
2.3 The testing pyramid
2.4 A simple application: acceptance tests, integration tests, and unit tests
2.5 What is test-driven development?
2.6 Red, green, refactor
Lesson 3: iOS Testing Framework: Quick/Nimble
3.1 Why Quick/Nimble?
3.2 Demo with Quick/Nimble
Lesson 4: Using fastlane
4.1 Why fastlane?
4.2 Different tools for fastlane
4.3 Demo with fastlane
4.4 Demo of fastlane running with Jenkins
Summary