Testing Fundamentals in iOS
Tests give you the confidence you need when shipping that next great feature to production. In this course, you’ll learn the fundamentals of testing effectively in iOS.
Code is constantly changing, features are continuously being added, and bugs are being filed. Tests allow you to be productive and ensure your application is reliable, that you can refactor your codebase with confidence, and that you really squashed that bug. In this course, Testing Fundamentals in iOS, you’ll learn the basics of how to effectively test in iOS. First, you’ll explore how to set up test targets. Next, you’ll learn how to write unit tests, integration tests, and UI tests. Finally, you’ll delve into mocking and testing asynchronous code. By the end of this course, you’ll know the best practices in writing testable code, how to gather code coverage, and how to randomize and parallelize your tests in practice.
Author Name: Jonathan Wong
Author Description:
Jonathan obtained his B.S and M.S. in Electrical Engineering and started out his career as a systems engineer. In that role, he spoke with customers and end users scoping out user stories, writing requirements, and doing design analysis. After several years, he realized he was more interested in the creation of those systems and sought to make a career shift. Jonathan spent time reading books and taking classes in software engineering until he landed his first job as a Software Engineer in iOS. … more
Table of Contents
- Course Overview
1min - Setting up Unit Tests in Your Project
21mins - Making Your Code Testable
21mins - Asynchronous Testing
12mins - Mocking Your Tests
11mins - Code Coverage and Performance Tests
19mins - UI Tests
16mins - Testing Your View Controllers
17mins
There are no reviews yet.