Unit Testing in Swift

Unit Testing in Swift

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1h 51m | 1.04 GB

Learn about Unit Testing in iOS 12

Unit Testing is important for developers for testing individual components or functionality in a piece of software to ensure that it works in the way it should. A unit is the smallest piece of software with one or few inputs and single output usually. Task means adding new functionality and refractor login. It’s also helpful to write a test for code not even implemented yet called test-driven development. This course supplies in-depth content that put the theory into practice. You know you need to upgrade your skills to stay relevant. Don’t wait. Enroll in this course today.

An exhaustive course packed with step-by-step instructions, working examples, and helpful advice. This course is divided into clear chunks so you can learn at your own pace and focus on your own area of interest

What You Will Learn

  • Unit testing in Swift
  • Unit Testing data models source
  • Testing Data Models
  • Testing features & functions
  • Testing asynchronous code
  • Testing endpoints & mock data
  • Testing performance & benchmarking
Table of Contents

01 What is Unit Testing
02 What makes a good unit test
03 Unit testing in Swift
04 Testing Data Models (Part 1)
05 Testing Data Models (Part 2)
06 Testing features & functions
07 Testing asynchronous code
08 Testing endpoints & mock data
09 Testing performance & benchmarking
10 Testing & MVVM